Complete Things 3 Todo
things3_complete_todoMarks a todo as complete in Things 3 using its unique ID. Returns success, id, and name of the completed todo.
Instructions
Mark a todo as complete in Things 3.
Args:
id: The unique ID of the todo to complete (required)
Returns: { success, id, name }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the todo to complete |