Skip to main content
Glama

rynmesh_list_peer_content

List content advertised by a given peer HTTP endpoint to see what that peer offers and discover available resources directly from the source.

Instructions

List content advertised directly by a peer HTTP endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYes
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It implies a read-only listing operation and notes the direct peer-endpoint source, but does not mention response format, potential errors, network requirements, or whether any side effects exist.

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 is a single, focused sentence with no filler or redundant phrasing. It front-loads the action and resource, then adds the key scoping detail about the peer HTTP endpoint.

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

Completeness3/5

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

The tool is simple with only one parameter, so the description covers the basic purpose. However, with no annotations and no output schema, it omits return-value behavior, endpoint format details, and any guidance on when direct peer listing is appropriate, leaving notable gaps for an agent.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented 'endpoint' parameter. It does add that the endpoint is an HTTP peer endpoint, but it does not specify the expected format (URL, hostname, port, scheme) or any constraints, leaving significant ambiguity.

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 a specific action (List) applied to a specific resource (content advertised directly by a peer HTTP endpoint). This distinguishes it from sibling tools like fetch_peer_content_full or fetch_peer_content_preview (fetch versus list) and from list_content (which lacks the peer-endpoint scope).

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

Usage Guidelines2/5

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

The description does not explain when to choose this tool over alternatives, nor does it mention exclusions or preferred contexts. It only states what the tool does, leaving the agent to infer usage from the tool name and sibling names.

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

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/yeogirlyun/rynmesh'

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