sync_database
Triggers an OmniFocus sync to push local changes and pull updates from other devices. Call once after any session with data mutations to ensure consistency.
Instructions
Trigger an OmniFocus sync to push local changes to OmniSync and pull updates from other devices. CALL THIS ONCE at the end of any session that mutated data — especially after batch_create_tasks, batch_complete_tasks, batch_delete_tasks, or any sequence of multiple create/update/delete/move operations. Do NOT call after every individual mutation; sync once at the end of the chain. Returns immediately while sync runs in the background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||