health_check
Check service health via version, config presence, and API probe. Returns fixed status shape: healthy, degraded, or error, so monitoring never handles missing keys.
Instructions
Service health: version, config presence and a minimal API probe.
Returns a fixed shape (status/service/version + backend fields) so a monitoring caller never has to branch on missing keys. status is "healthy" when the config loads and a 1-entry probe query succeeds, "degraded" when config loads but the probe fails, "error" when the config itself is unusable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||