Run macro script
run_macro_scriptReplay a MacroRecord JSON file by dispatching each entry through tool handlers. Supports dry-run preview, stopping on error, and per-tool 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 |
|---|---|---|---|
| dryRun | No | ||
| macroPath | Yes | ||
| stopOnError | No | ||
| argsOverrides | No | ||
| allowRawPython | No |