folder_delete_describe
Preview the effects of deleting an OmniFocus folder without making changes. Returns a description and planned changes to review before actual deletion.
Instructions
Preview what folder_delete would do without making any changes. Do NOT use to actually delete a folder — use folder_delete instead. Returns { description, plannedChanges } describing the deletion 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 folder ID to delete. Get from folder_list. | |
| cascade | No | When true, orphan all direct projects and recursively delete subfolders before deleting. Default false — returns an error if the folder is non-empty. |