task_batch_update_describe
Preview batch task updates before applying them. Inspect planned changes to verify correctness, then use the write tool to execute.
Instructions
Preview what task_batch_update would do without making any changes. Do NOT use to actually update tasks — use task_batch_update instead. Returns { description, plannedChanges } summarising all patches that would be applied. 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 |
|---|---|---|---|
| items | Yes | Array of { id, patch } pairs. Must contain at least one item. |