execute_batch
Execute multiple tool calls simultaneously, isolating errors per call so a single failure does not abort the entire batch.
Instructions
Run several tool calls concurrently with per-call error isolation.
calls is a list of {"name": ..., "arguments": {...}}. A failure in
one call does not abort the others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||