update_task
Update an existing task by modifying its content, description, labels, priority, due date, project, or assigned agent.
Instructions
Update an existing task's fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to update | |
| content | No | New task title / content | |
| description | No | New description | |
| labels | No | New labels | |
| priority | No | New priority (1-4) | |
| due_date | No | New due date (YYYY-MM-DD) | |
| project_id | No | Move to project ID | |
| assigned_to_agent_id | No | Assign to agent ID, or null to unassign |