Complete Todo
todo_doneMark a todo as completed by its id, or delete it entirely by setting remove to true.
Instructions
Mark a todo as done by id (from todo_list). Set remove=true to delete it entirely instead.
Args:
id (number): The task id.
remove (boolean): Delete the task instead of marking done (default false).
Example: { "id": 3 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id | |
| remove | No | Delete instead of marking done |