What problem does it solve?
Batch-ops reduce the number of MCP calls by aggregating multiple symbol queries into one request, lowering token usage and latency.
Core Features & Use Cases
- Batch_symbol_info — N symbols' info in one call, capped at 50 paths; unknown paths return error objects to keep results aligned.
- Batch_node_degree — N symbols' in/out degree per symbol in a single call; cap 50 paths.
- Batch_reachable_from — union of reachable sets from multiple seeds, seeds excluded, cap 20 paths.
- Batch_reachable_to — union of all symbols that reach any of the seeds, cap 20 paths.
Common workflows include enriching Hyphae results, aggregating top-N symbol info, and performing bulk reachability analyses with reduced network chatter.
Quick Start
Use a single batch call to obtain info, reachability, or degree data for multiple symbol paths.