health_check
Report server version, Zabbix connectivity, and configured categories to confirm MCP availability and backend authentication at startup.
Instructions
Report server version, Zabbix connectivity, and configured categories.
Call this at session start (or after a tool-call timeout) to confirm the MCP is up, see which version is running, verify the Zabbix backend is reachable and authenticated, and list the daily_brief categories that are loaded. Lightweight: it authenticates once (reusing the cached session) and reads the detected API version — it does NOT scan problems or items.
Always returns the same keys: status (healthy / degraded / error),
service, version, zabbix_url, zabbix_api_version (None until a
backend connection succeeds), auth (ok / error / missing-env), and
categories (the configured daily_brief section names). On a degraded or
error result, detail carries the reason and categories_error the
category-parse failure (when that is the cause).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||