cos_health
Check database health stats including row counts, schema version, size, FTS5 availability, and embeddings status to verify the database is operational and assess data volume.
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 |