Skip to main content
Glama
darrenzwchan

Hermes MCP Server

by darrenzwchan

hermes_get_related_resources

Lists all linked resources from a Hermes document, including related docs, dependencies, design docs, tickets, and repos, to provide complete context around PRDs and specs.

Instructions

List the resources a Hermes document links to — related Hermes docs and external links. Use to gather the full context around a PRD/spec: linked memos, dependencies, design docs, tickets, repos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYesThe document objectID.
Behavior3/5

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

No annotations are provided, so the description is the sole source of behavioral info. It indicates a read operation (listing links) but does not disclose any potential side effects, authorization requirements, or rate limits. For a simple list operation, this is adequate but not thorough.

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

Conciseness5/5

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

The description consists of two concise sentences: the first states the core function, the second provides usage guidance. No unnecessary words or repetition.

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?

Given the tool's simplicity (one parameter, no output schema), the description covers purpose and usage well. It briefly hints at output types (related Hermes docs and external links). Slightly more detail on return structure would improve completeness, but it is sufficient for most agents.

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 a single required parameter 'documentId' described as 'The document objectID.' The description adds no further parameter semantics beyond what the schema already provides, meeting the baseline for high coverage.

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

Purpose5/5

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

The description clearly states it lists related resources (Hermes docs and external links) from a Hermes document, using the specific verb 'list' and resource 'related resources'. It distinguishes from siblings like hermes_get_document by focusing on links rather than the document content itself.

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

Usage Guidelines4/5

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

The description explicitly says 'Use to gather the full context around a PRD/spec', providing clear usage context. It does not explicitly state when not to use or name alternatives, but the sibling tools list provides that differentiation implicitly.

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/darrenzwchan/hermes-mcp'

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