folder_move_describe
Preview folder move changes in OmniFocus without applying them. Inspect planned reparenting before executing the actual move.
Instructions
Preview what folder_move would do without making any changes. Do NOT use to actually move a folder — use folder_move instead. Returns { description, plannedChanges } describing the reparenting 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 folder to move. Get from folder_list. | |
| parentId | Yes | New parent folder ID, or null to promote the folder to root level. |