Check Hermes API health
hermes_api_healthCheck whether the configured Hermes API server is live by performing a GET health request and writing a redacted receipt to verify connectivity and produce audit evidence.
Instructions
Typed GET /health wrapper that checks the configured Hermes API server liveness, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_connectivity | No | Whether to perform an HTTP-level connectivity check; always true for this wrapper. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |