edit_task
Edit a task's fields: title, description, project, dates, priority, labels, or parent. Omit fields to keep current values, pass empty strings to clear, use parent_id or clear_parent to re-parent.
Instructions
Update a task. Omit a field to leave it unchanged; pass an empty string
to clear an optional field (description, project, size, dates). Set
parent_id to re-parent (one level max), or clear_parent=true to detach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| title | No | ||
| labels | No | ||
| project | No | ||
| task_id | Yes | ||
| due_date | No | ||
| priority | No | ||
| parent_id | No | ||
| description | No | ||
| clear_parent | No | ||
| scheduled_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||