Update Task
update_taskUpdate task details when priorities shift or new information arrives. Modify status, priority, title, description, tags, or blockers to keep project records accurate.
Instructions
Update any field of a task. Proactively use this when a task status changes, priorities shift, or new information comes in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags (replaces existing) | |
| title | No | New title | |
| status | No | New status | |
| task_id | Yes | Task ID to update (hex ID or short ID like "zrdt-180") | |
| priority | No | New priority | |
| blocked_by | No | Task IDs that block this task (replaces existing list) | |
| description | No | New description | |
| addBlockedBy | No | Task IDs that block this task (appended to existing list) |