contradiction.health.check
Check the operational status of the Contradiction MCP server, including database connectivity, storage metrics, active connectors, and runtime diagnostics. Use for readiness and liveness probing.
Instructions
Checks the operational status of the Contradiction MCP server, including SQLite database connectivity, storage metrics, active connectors, and runtime diagnostics. Read-only and safe to invoke frequently for readiness and liveness probing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Whether to include extended diagnostic details such as memory usage, uptime, and connector capabilities (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | No | MCP protocol implementation details | |
| server | No | Server metadata, version, and uptime | |
| status | No | Overall server operational health status (healthy, degraded, unhealthy) | |
| metrics | No | Operational snapshot metrics | |
| database | No | SQLite storage and table status | |
| timestamp | No | ISO-8601 status check timestamp |