Sync Monitor
sync_monitorSummarize offline synchronization health including clean/dirty/conflict counts, queue depth, latest sync time, and degradation indicators. Read-only operations overview.
Instructions
Summarize offline synchronization health: clean/dirty/conflict request counts, outgoing queue depth, latest sync time, and offline degradation indicators. Use for an operations overview; prefer sync_status for one request, sync_conflicts to list conflicted rows, and check_status for database connectivity/record totals. Read-only and idempotent; does not start a sync job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sync | Yes | Aggregate request sync counts and latest sync timestamp. | |
| queue | Yes | Outgoing offline queue counts by pending, submitted, and failed status. | |
| offline_degradation | Yes | Operational indicators showing queued local changes and dirty records. |