tasks_update
Update an existing task by providing its ID and modifying fields such as title, description, due date, priority, or completion status.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The task ID (required) | |
| title | No | New task title | |
| description | No | New task description | |
| dueDate | No | New due date (ISO 8601 format) | |
| startDate | No | New start date (ISO 8601 format) | |
| endDate | No | New end date (ISO 8601 format) | |
| priority | No | New priority level | |
| done | No | Mark as done or not done | |
| color | No | New hex color | |
| percentDone | No | New completion percentage (0-1) | |
| projectId | No | Move task to a different project | |
| isFavorite | No | Mark as favorite |