folder_update_describe
Preview the outcome of updating an OmniFocus folder without applying changes. Returns planned fields to review before the actual update.
Instructions
Preview what folder_update would do without making any changes. Do NOT use to actually update a folder — use folder_update instead. Returns { description, plannedChanges } showing the fields that would be patched. 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. Get from folder_list. | |
| name | No | New folder name. Must be non-empty if supplied. |