project_drop_describe
Preview planned changes before dropping a project in OmniFocus. This read-only dry-run returns a description and planned changes with no side effects, allowing safe inspection before committing.
Instructions
Preview what project_drop would do without making any changes. Do NOT use to actually drop a project — use project_drop instead. Returns { description, plannedChanges } describing the status change 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 |
|---|---|---|---|
| id | Yes | Persistent ID of the project to drop. |