Skip to main content
Glama
hermegeddon

Hermes Toolkit MCP

by hermegeddon

List Hermes profiles

hermes_profiles_list
Read-onlyIdempotent

Lists local Hermes profiles and their surface presence without exposing memory, skills, plugins, or configs, for safe profile management.

Instructions

List local Hermes profiles and profile-local surface presence without exposing memory, skill, plugin, or config contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
homeNoOptional Hermes home path. Must resolve under configured allowed roots.
profileNoOptional Hermes profile name. Defaults to configured default_profile.
toolkit_rootNoOptional Hermes toolkit root. Must resolve under configured allowed roots.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
scopeNo
run_idNo
statusYes
messageNo
verdictNounknown
evidenceNo
mutationNo
warningsNo
live_callNo
retryableNo
error_codeNo
duration_msNo
http_statusNo
policy_tierNoread_only
artifact_dirNo
likely_causeNo
next_actionsNo
safe_next_actionNo
redactions_appliedNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the valuable scoping constraint that contents are NOT exposed (only 'surface presence'), which is genuinely useful behavioral context beyond what annotations provide. However, it doesn't describe output shape, pagination, or failure behavior — though the output schema partially compensates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single, well-crafted sentence that front-loads the purpose and adds a meaningful scope qualifier (negative scope). Zero wasted words. It earns its length by communicating both the positive action and the explicit boundary of what it does not touch.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema, strong annotations (read-only, idempotent, non-destructive), 100% schema parameter coverage, and zero required parameters — a relatively simple list operation. The description handles the key ambiguity (what's excluded vs included) with the negative scope statement. Parenthetical package of annotations + output schema + description feels sufficient for this tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with all three parameters (home, profile, toolkit_root) documented in the schema. The description adds minimal parameter-level nuance beyond the schema. The 'Must resolve under configured allowed roots' constraints are already in the schema descriptions, so the description adds little beyond what's structured. Baseline 3 is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists local Hermes profiles and profile-local surface presence, with a specific negative scope ('without exposing memory, skill, plugin, or config contents'). It distinguishes intent well among the many hermes_* siblings by emphasizing the 'surface presence' focus. Could be slightly more specific about what 'surface presence' means, but the verb+resource+scope is clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description notes the tool is for list/inspection purposes but doesn't explicitly state when to use it versus alternatives like hermes_config_summary, hermes_skills_list, or hermes_status_overview. The negative scope ('without exposing memory/skill/plugin/config contents') implicitly guides toward choosing this over content-rich siblings, but no sibling is named and no explicit exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hermegeddon/hermes-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server