Update task
memory_update_taskUpdate a task's status, fields, and plan linkage using task ID or title lookup.
Instructions
Update a task (status, fields, plan linkage). Same handler as memory(action="update_task").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Input parameter: order. | |
| title | No | Short descriptive title. | |
| plan_id | No | ID for the plan. | |
| task_id | Yes | Task ID or title lookup | |
| priority | No | Priority level. | |
| code_refs | No | Input parameter: code refs. | |
| project_id | No | Project ID (UUID). | |
| description | No | Short description. | |
| task_status | No | Input parameter: task status. | |
| plan_step_id | No | ID for the plan step. | |
| workspace_id | No | Workspace ID (UUID). | |
| blocked_reason | No | Input parameter: blocked reason. |