complete_todo
Mark a TODO as completed using its ID. Removes it from open-TODO lists and persists across re-indexing.
Instructions
Mark a TODO done so it drops out of the open-TODO lists. Pass the id from list_open_todos. The completion persists across re-indexing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The TODO's id (the `id` field from list_open_todos). |