strety_complete_todo
Mark a todo as complete or incomplete by ID. Automatically handles ETag to avoid update conflicts.
Instructions
Mark a todo as complete (or uncomplete it). Handles ETag automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todoId | Yes | The ID of the todo to complete | |
| uncomplete | No | Set to true to mark the todo as NOT complete (reopen it) |