Run macro script
run_macro_scriptReplay a MacroRecord JSON file to execute recorded tool calls, with options for dry run, error handling, and argument overrides.
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 |