todo_update
Update a todo's title, description, tags, priority, or due date, and transition its status to in_progress, done, or cancelled. Completed todos are kept as history.
Instructions
Update a persistent todo, including status transitions to in_progress, done, or cancelled. Completed todos are retained as history rather than silently deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| title | No | ||
| due_at | No | ||
| status | No | ||
| priority | No | ||
| description | No |