cos_health
Verify database health and data volume with key metrics: row counts per table, schema version, DB size, FTS5 availability, and embeddings status.
Instructions
Return database health stats: row counts per table, schema version, DB size, FTS5 availability, embeddings status.
Use this tool to verify the thinking_os database is operational and to get a quick summary of stored data volume.
Returns: str: JSON object with keys: tables (row counts), schema_version, fts5_available, db_size_bytes, rag (embeddings + doc_chunks status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |