Run several tool calls at once
batchExecute multiple tool calls in a single request to reduce per-call protocol overhead. Pass an array of calls with tool names and arguments.
Instructions
Execute multiple slimdex calls in one request to avoid per-call protocol overhead. Pass calls: [{ "tool": "find_definition", "args": { "name": "login" } }, ...]. Cannot nest batch inside itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes |