batch_execute
Run multiple tool commands in sequence within one request. Optionally halt on failure or continue processing subsequent commands.
Instructions
[PRO] Execute multiple commands in a single batch. Each command is an object with "tool" name and "args". Commands execute sequentially; optionally continue on error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute sequentially. Each command specifies a tool name and its arguments. | |
| stopOnError | No | If true, stop executing remaining commands when one fails. Default: true. |