update_todo
update_todoUpdate a todo item by changing its description or marking it as complete/incomplete. Specify the todo ID and optionally the new text or status.
Instructions
Update a todo/checklist item — rename it or mark it as completed/incomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | The ID of the todo item | |
| description | No | New description text for the todo item | |
| closed | No | Set to true to mark as done, false to mark as incomplete |