update_task
Update an existing task's title, description, status, priority, and notification settings by providing the task ID.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID | |
| title | No | New task title | |
| description | No | New task description | |
| status | No | New task status (TODO, IN_PROGRESS, DONE, CANCELLED) | |
| priority | No | New task priority (LOW, MEDIUM, HIGH, URGENT) | |
| notify | No | Whether to send notifications for this task |