health
Verify LightRAG reachability and credential validity by calling an authenticated endpoint, so a healthy status truly reflects working credentials rather than a public liveness response.
Instructions
Check whether LightRAG is reachable AND whether this server's
credentials actually work. GET /health alone is not enough: it is a
public liveness probe that returns 200 even with a missing or wrong API
key, so this tool also calls get_document_status_counts (which does
enforce auth) and lets any failure from that call raise -- this tool
never reports healthy while authentication is broken, which was the
old lightrag-mcp wrapper's exact trap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||