sync_trigger
Initiate an OmniFocus sync to push pending changes to other devices. Use after task or project mutations to ensure updates propagate.
Instructions
Kick off an OmniFocus sync with Omni Sync Server. Do not call when no mutations have been made; prefer checking meta.syncPending first. Call this after any sequence of mutations (task_create, task_update, folder_create, etc.) when you need changes to appear on other devices. The sync starts immediately but completes asynchronously — this tool does not block until done. Returns meta.syncPending = false to confirm the sync was initiated. Side effects: triggers a sync request to Omni Sync Server. Example: sync_trigger()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||