update_task_details
Update a claimed or unclaimed task's title, description, deadline, labels, or type to reflect new findings—without modifying tasks owned by other workers.
Instructions
Refine a task's title, description, deadline or labels - for example after investigating and learning what the work actually involves. Only tasks you hold, or tasks nobody has claimed, can be edited; another worker's task is never touched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title. Omit to leave it alone. | |
| labels | No | Existing board label names to add. Labels are never removed. | |
| task_id | Yes | Task id to edit. | |
| due_date | No | New deadline as ISO-8601. Omit to leave it alone. | |
| task_type | No | Change the kind: project, story or link. | |
| description | No | Replacement description. Omit to leave it alone. | |
| due_date_met | No | Mark the deadline as met, or not, without moving the task. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||