sync_status
Verify the last OmniFocus sync state to confirm data is up-to-date before querying cross-device information.
Instructions
Return the last OmniFocus sync state without triggering a new sync. Do NOT call this to initiate a sync — use sync_trigger instead. Use to check whether a previous sync completed before querying cross-device data. Returns { lastSyncAt, inFlight }. lastSyncAt is null if OmniFocus has never synced in this session. Read-only; no side effects. Example: sync_status()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||