execute_batch
Run multiple commands sequentially in a single API call to reduce round-trips and streamline complex multi-step design operations.
Instructions
Execute multiple commands in sequence with a single round-trip. Ideal for complex operations that require multiple steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute in sequence | |
| stopOnError | No | Stop execution if a command fails (default: false) |