execute_commands
Execute multiple CAD commands in a single atomic call with unified undo, for plan and assembly namespaces.
Instructions
PREFERRED over execute_command. Execute multiple commands in a single call — much faster than calling execute_command repeatedly. All commands run atomically and undo as one action. Works for both plan (project:) and assembly (harness:) namespaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute in order | |
| namespace | No | Target tab namespace | |
| description | No | Description for undo history | AI agent action |