get_index_status
Verify the local email index is fresh and complete by checking row count, last sync timestamp, and per-folder coverage. Use before querying indexed emails or threads.
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 | |||