edit_task
Edit a task's title, description, priority, or tags. Only specified fields are updated; omitted fields remain unchanged.
Instructions
Edit a task's title, description, priority, and/or tags.
Only the fields you pass are changed; omitted fields keep their current value. Pass an empty string for description to clear it. Passing tags replaces the whole tag list. To change a task's column, use move_task instead.
Returns the updated task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| task_id | Yes | ||
| priority | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||