batch_execute
Execute multiple RoBridge tool calls in one request as a single undo point, stopping on errors unless continueOnError is enabled.
Instructions
Run several RoBridge tool calls in one request as a single undo waypoint. Each command is {tool, args}. Stops on first error unless continueOnError is true (stopOnError is the inverse alias). Nested batch_execute is rejected. Prefer this over many round-trips for related mutations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Ordered list of tool calls | |
| waypoint | No | ChangeHistoryService waypoint name for the batch | |
| stopOnError | No | Alias (default true). Inverse of continueOnError. | |
| continueOnError | No |