execute-step
Execute a step of an execution plan, with built-in resilience and fallback handling to ensure reliable task completion.
Instructions
Execute a single step from an execution plan with resilience and fallback handling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform: execute a step or synthesize final summary | execute |
| plan_id | Yes | The plan ID to execute | |
| step_id | No | The step ID to execute | |
| capability_name | No | The capability to execute | |
| input_arguments | No | Input arguments for the capability |