FTS Index Status
fts_statusGet the local FTS5 index's file path, row count, and on-disk size. Returns unavailability status if the required SQLite module is not installed.
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 |