complete_todo
Mark a specific todo as done using its ID. Get the ID from the todo list first, then set the task's status to completed.
Instructions
Mark a todo as done, by id.
Read todos://all first if you do not already know the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | Yes | ||
| text | Yes |