update_task
Update an existing task's properties—title, due date, priority, or description—by providing the task ID.
Instructions
Update an existing task's properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task UUID | |
| title | No | Task title | |
| due_date | No | Due date (YYYY-MM-DD) | |
| priority | No | Task priority | |
| description | No | Task description |