Hermes config summary
hermes_config_summaryRead Hermes config shape and transport metadata, redacting secrets and reporting environment variable presence. Get a safe overview of your Hermes setup without exposing sensitive values.
Instructions
Read Hermes config shape and MCP server transport metadata while redacting secret values and reporting env presence only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | Optional Hermes home path. Must resolve under configured allowed roots. | |
| profile | No | Optional Hermes profile name. Defaults to configured default_profile. | |
| toolkit_root | No | Optional Hermes toolkit root. Must resolve under configured allowed roots. |
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 |