chimera_batch
Execute multiple tool calls in one request to save tokens and reduce round-trips. Returns results in call order, with optional stop on first error.
Instructions
Execute multiple chimera tools in one call. Saves tokens vs separate round-trips. Returns array of results in call order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes | Ordered list of tool calls to execute | |
| stop_on_error | No | Stop on first error. Default false (collect all results). |