Macro recorder
macro_recorderRecord a sequence of MCP tool calls to a portable JSON macro file for later replay. Supports start, stop, list, and load actions.
Instructions
Record the sequence of MCP tool calls to a portable JSON macro file. Actions: start | stop | list | load. Replay ships separately as run_macro_script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| name | No | ||
| action | Yes | ||
| redactSensitive | No | ||
| allowUnsafeRecording | No | Required when redactSensitive=false because raw scripts/secrets may be persisted. |