update_checklist
Update checklist items on an existing Things 3 todo. Choose replace, append, or prepend mode to modify the checklist directly.
Instructions
Update checklist items on an existing todo.
This wraps the Things URL scheme to handle checklist operations that the standard update_todo MCP tool can't do.
Args: todo_id: UUID of the todo to update. items: List of checklist item strings. mode: One of 'replace', 'append', 'prepend' (default: 'replace').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replace | |
| items | Yes | ||
| todo_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |