complete_todo
Mark a TODO as completed by providing its id. The done status persists across re-indexing, removing it from open TODO lists.
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). |