FTS Index Status
fts_statusCheck the local FTS5 index status: returns path, row count, disk size, and indicates if the index is available.
Instructions
Report the path, row count, and on-disk size of the local FTS5 index. Returns { available: false } when better-sqlite3 is not installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dbPath | No | ||
| reason | No | ||
| available | Yes | ||
| messageCount | No | ||
| databaseBytes | No |