task_batch_create_describe
Preview task batch creation without side effects. Inspect plannedChanges to verify tasks before committing.
Instructions
Preview what task_batch_create would do without making any changes. Do NOT use to actually create tasks — use task_batch_create instead. Returns { description, plannedChanges } summarising all tasks 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 |
|---|---|---|---|
| items | Yes | Array of task inputs. Must contain at least one item. | |
| idempotency_key | No | Idempotency key for retry-safe batches. Replays within the TTL window return the cached envelope with meta.idempotentReplay = true. See docs/idempotency.md. |