health_check
Check server health, Zabbix connectivity, and configured categories. Returns status, version, auth state, and category list to confirm the MCP server is ready.
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 | |||