update_task
Update an existing task by modifying its title, due date, priority, category, description, or linked contact. Only include the fields to change.
Instructions
Change fields on an existing task — reschedule (dueDate), reprioritize, re-title, recategorize, or relink to a contact. Only include what changes. Use list_tasks to get the taskId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| taskId | Yes | Id of the task to update (from list_tasks). | |
| dueDate | No | ISO 8601 date/datetime. | |
| category | No | ||
| priority | No | ||
| contactId | No | Relink the task to this contact. | |
| description | No |