Check Database Health
check_database_healthVerify AutoMem service health and connected database status, diagnose memory operation failures, and review storage statistics before starting a session.
Instructions
Check the health status of the AutoMem service and its connected databases (FalkorDB graph + Qdrant vectors).
When to use:
Before a session to verify the memory service is available
When memory operations are failing unexpectedly
To check storage statistics
Example:
check_database_health({})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if status is error | |
| status | Yes | Overall health status. degraded means the service is reachable but a backend or sync check needs attention. | |
| backend | Yes | Backend type (automem) | |
| statistics | No | Database statistics and diagnostics, including memory/vector counts, sync_status, vector_dimensions, and enrichment state when provided. |