complete_todo
Complete open to-dos by providing a todo ID or a name query; supports exact or partial name matching.
Instructions
Mark open to-do(s) as completed.
Target by todo_id (exact, safest — e.g. an id returned from create_todo)
or by query (name match). With exact=False (default) every OPEN to-do
whose name contains query is completed; set exact=True to require an
exact name match. Returns the completed task names — check them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | ||
| query | No | ||
| todo_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||