update_task
Update task status, title, description, or priority to reflect progress. Mark tasks as in_progress, done, or blocked while working.
Instructions
Update a task's status, title, description, or priority. Use this to mark tasks as in_progress, done, or blocked as you work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task memory ID (from get_tasks) | |
| status | No | New status | |
| title | No | New title | |
| description | No | New description | |
| priority | No | New priority |