task_complete_describe
Preview what completing a task would do in OmniFocus. Returns planned changes without mutating data — inspect then confirm with the write tool.
Instructions
Preview what task_complete would do without making any changes. Do NOT use to actually complete a task — use task_complete instead. Returns { description, plannedChanges } describing the completion that would occur. No side effects: read-only by contract — never mutates OmniFocus. Example: dry-run companion — pass the same args you would to the write tool, inspect plannedChanges, then call the write tool once approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | ISO-8601 completion time. Defaults to now. | |
| id | Yes | Persistent task ID. |