run_sop
Execute Standard Operating Procedures step by step, returning one step per call to enforce completion and make AI behavior predictable and auditable.
Instructions
Start or advance a Standard Operating Procedure step by step. Use list_resources to discover available SOPs, then call this tool with the SOP name.
Each call returns one step. Execute the step, then call again with current_step incremented to advance.
IMPORTANT: You MUST execute ALL actions described in the returned step content. Do NOT just read or summarize the step — perform the actions using your available tools.
When continuing (current_step >= 1), you MUST provide step_output with the concrete output you produced for the completed step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sop_name | Yes | Name of the SOP to execute (use list_resources to discover available SOPs) | |
| step_output | No | Concrete output you produced for the completed step. Required when current_step >= 1 | |
| current_step | No | Step number to advance from. 0 to start, N to advance past step N |