batch_execute
Execute a sequence of Studio operations atomically within one undo/redo transaction, returning detailed results and rollback status if any operation fails.
Instructions
Execute a sequence of multiple Studio operations atomically within a single ChangeHistoryService recording (Undo/Redo transaction). If any operation fails, provides detailed breakdown of results and rollback status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Ordered array of operations to execute. | |
| stopOnError | No | Whether to stop executing subsequent operations if one fails. Default true. | |
| transactionName | No | Name for the Studio Undo/Redo waypoint. | MCP Batch Action |