Check Database Health
check_database_healthVerify the availability of AutoMem memory service and its backing databases, identifying issues before or during memory operations.
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 |
|---|---|---|---|
| status | Yes | Overall health status | |
| backend | Yes | Backend type (automem) | |
| statistics | No | Database statistics (memory counts, etc.) | |
| error | No | Error message if status is error |