Run macro script
run_macro_scriptReplay a recorded macro by dispatching its actions through tool handlers. Validate with dryRun, halt on failure with stopOnError, and override arguments as needed.
Instructions
Replay a MacroRecord JSON file by dispatching each entry through the in-process tool handlers. Use dryRun to plan without invoking, stopOnError to halt on first failure, argsOverrides to shallow-merge per-tool arg replacements, and allowRawPython to opt-in to raw-Python entries (still subject to the server-side ctx gate). Redacted args from a recording may fail at the tool boundary; do not un-redact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| macroPath | Yes | ||
| dryRun | No | ||
| allowRawPython | No | ||
| stopOnError | No | ||
| argsOverrides | No |