cancel_todo
Cancel open to-dos without deleting them. Target tasks by todo_id or query using the same matching rules to reverse actions like rejected decisions, then get the names of canceled tasks.
Instructions
Mark open to-do(s) as canceled (reversible — prefer this over deleting).
Target by todo_id or query (same matching rules as complete_todo).
Useful e.g. for a rejected purchase decision. Returns canceled task names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | ||
| query | No | ||
| todo_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||