task_drop_describe
Preview the planned changes of dropping a task in OmniFocus without applying them. Use this dry-run to inspect effects before executing the actual drop.
Instructions
Preview what task_drop would do without making any changes. Do NOT use to actually drop a task — use task_drop instead. Returns { description, plannedChanges } describing the drop 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 drop time. Defaults to now. | |
| id | Yes | Persistent task ID. |