update_task
Update an existing task's fields like content, description, due date, priority, labels, project, assignee, and evidence policy.
Instructions
Update an existing task's fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | New labels | |
| content | No | New task title / content | |
| task_id | Yes | The task ID to update | |
| due_date | No | New due date (YYYY-MM-DD) | |
| priority | No | New priority (1-4) | |
| project_id | No | Move to project ID | |
| description | No | New description | |
| evidence_policy | No | Set 'required' to force completion evidence; null to clear (admin key required to remove a required policy) | |
| assigned_to_agent_id | No | Assign to agent ID, or null to unassign |