get_index_status
Check the local email index for freshness and completeness before searching. Review row count, sync timestamp, and folder coverage to decide if syncing is required.
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 | |||