batch
Combine multiple independent code queries like get_outline, get_symbol, or search into a single MCP request. Reduce round-trips by executing up to 10 tool calls together.
Instructions
Execute multiple trace-mcp tools in a single MCP request. Returns results for all calls. Use to reduce round-trips when you need several independent queries (e.g., get_outline for 3 files, or search + get_symbol together). Read-only (delegates to other tools). Returns JSON: { batch_results: [{ tool, result }], total }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes | Array of tool calls to execute (max 10) |