todo_complete
Mark a todo as done or reopen it, then retrieve the todo IDs that this change unblocks, keeping project workflow in sync.
Instructions
Mark a todo complete (or reopen with completed=false). Returns todo ids that this completion newly unblocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | ||
| completed | No | Defaults to true. | |
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | ||
| completed | Yes | ||
| project_id | Yes | ||
| newly_unblocked | Yes |