execute_playbook
Execute a playbook step by step, forwarding results through context for automation. Preview the plan with dry-run before executing.
Instructions
Execute a playbook step by step, passing results forward through context (requires NOW_ASSIST_ENABLED). Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Initial context key-value pairs available to all steps | |
| dry_run | No | Preview execution plan without invoking tools (default true) | |
| playbook | Yes | Playbook object with name, description, and steps array |