Health Check
healthConfirm API reachability and key validity, then retrieve platform counts and the latest debrief date to verify integration readiness.
Instructions
Lightweight liveness probe: confirms the API is reachable and your key is valid, and returns platform counts + the latest debrief date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | 'ok' | 'degraded' | |
| tool_count | No | Tools the LIVE server exposes. If your client listed fewer, its catalog is stale. | |
| catalog_hint | No | ||
| prompt_count | No | ||
| wire_version | No | Negotiated MCP protocol version. | |
| api_reachable | No | ||
| catalog_source | No | Always 'live' here — this response came from the server, not a cached catalog. | |
| platform_stats | No | ||
| server_version | No | ||
| latest_debrief_date | No | ||
| min_recommended_client | No |