health_check
Checks service health by validating configuration and running a minimal API probe, returning a fixed status response (healthy, degraded, or error) for monitoring callers.
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 | |||