akb_todo_update
Update a todo by marking it done, changing priority, reassigning, or editing details such as title, note, or due date.
Instructions
Update a todo — mark as done, change priority, reassign, or edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | Todo ID | |
| status | No | ||
| title | No | ||
| note | No | ||
| priority | No | ||
| assignee | No | Reassign to another user | |
| due_date | No |