batch
Executes multiple bridge commands in a single undo block and round-trip, enabling multi-step edits that stop cleanly on failure and revert with one Ctrl+Z.
Instructions
Run several bridge commands as ONE undo block and one round-trip. commands: [{type, payload}]. Use for multi-step edits (e.g. several set_fx_param calls) so a failure stops cleanly and one Ctrl+Z reverts everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview: return what would run without changing the project. | |
| commands | Yes | [{"type": "add_track", "payload": {...}}, ...] | |
| undo_label | No | ||
| stop_on_error | No | Default true. | |
| return_partial_results | No | Keep operation results on failure. Check data.all_ok; no rollback. |