mcp_health
Check health status and diagnostics for local LLM backends, with options for compact output or detailed routing/cache statistics.
Instructions
Health/diagnostics. Healthy when any backend is available. format=dense gives compact status. includeDetails adds routing/cache stats and redacted errors.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeDetails | No | Include extended details (cache/queue stats, recent tool calls, routing logs/stats) (default: false) | |
| format | No | Output format: compact (paths only), dense (minimal), detailed (full), json (raw) |