Get Health
get_healthRetrieve Memkin MCP server health metadata: database counts, version, and legacy tool exposure.
Instructions
get_health
Return Memkin MCP health and capability metadata.
When to use: diagnose database counts, MCP version, and legacy tool exposure. When NOT to use: retrieve memory content; use read tools. Returns: status, page/chunk counts, MCP version, and legacy setting. On error: inspect server logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Stored page count. | |
| chunks | Yes | Stored chunk count. | |
| status | Yes | Health status. | |
| read_only | Yes | Whether this server hides write tools. | |
| mcp_version | Yes | Memkin package version exposed by MCP. | |
| capabilities | Yes | Capability flags. | |
| legacy_tools_exposed | Yes | Whether legacy MCP tools are exposed. | |
| mcp_contract_version | Yes | MCP contract version. |