Update task status
update_task_statusUpdate the status of a task node in a hierarchical plan. When all children of a parent are completed, the parent is auto-updated. Returns the current subtree state. Requires memory:write or full permission. Use create_task_graph to build the plan, not this tool. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Task memory key to update | |
| result | No | Task result data to store in value | |
| status | Yes | New status | |
| summary | No | Updated summary with results | |
| playbook_id | Yes | UUID or GUID of the target playbook |