folder_create_describe
Preview OmniFocus folder creation without side effects. Inspect planned changes before committing with folder_create.
Instructions
Preview what folder_create would do without making any changes. Do NOT use to actually create a folder — use folder_create instead. Returns { description, plannedChanges } describing the folder that would be created. 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 |
|---|---|---|---|
| name | Yes | Folder name. Must be non-empty. | |
| parentId | No | Parent folder ID. Omit for a root-level folder. Get from folder_list. |