update_task
Modify task status, title, description, or priority to track progress and manage workflow changes.
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
TableJSON 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 |