project_move_describe
Preview moving a project to a target folder in OmniFocus. Inspect planned changes without altering data, then approve and use the write tool to apply.
Instructions
Preview what project_move would do without making any changes. Do NOT use to actually move a project — use project_move instead. Returns { description, plannedChanges } describing the folder 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 move. | |
| folderId | Yes | Target folder ID, or null to move to root. |