get_index_status
Check the local email index's row count, last sync timestamp, schema version, and folder coverage to ensure freshness before querying. If the index is empty or stale, sync emails first.
Instructions
Return metadata about the local SQLite email index: row count, last sync timestamp, index schema version, and per-folder coverage. Use to verify the index is fresh and complete before querying it with search_indexed_emails or get_threads. If the index is empty or stale, call sync_emails first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||