describe_api
Reveals the active base URL, auth style, route table, and OpenAPI schema of a Hermes deployment. Use it first to verify settings and fix mismatched routes with environment variables.
Instructions
Show how this server is configured and which endpoints Hermes actually has.
Returns the active base URL, auth style, and route table, plus the
deployment's own OpenAPI schema when it publishes one. Run this first
against a new deployment: the built-in route paths are conventional
defaults, and any that do not match can be corrected with
HERMES_ROUTE_<NAME> or HERMES_ROUTES_FILE rather than a code change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||