health_check
Check service health by reporting version and whether required diagnostic binaries are present, returning healthy or degraded status for consistent monitoring.
Instructions
Service health: version and which wrapped binaries are present on PATH.
Returns a fixed shape (status/service/version + backend fields) so a monitoring caller never has to branch on missing keys. status is "healthy" when every wrapped binary is found, "degraded" when at least one is missing (the corresponding tools will fail at call time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||