Skip to main content
Glama

rynmesh_list_peer_clips

Fetch and list the clips advertised by a peer HTTP endpoint to discover available content from another assistant.

Instructions

Compatibility tool: list clips advertised directly by a peer HTTP endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. The phrase 'peer HTTP endpoint' discloses that this tool makes a direct network call to an external endpoint, and 'list' implies a read-only operation. However, it does not explain potential failure modes, compatibility limitations, or what it does if the endpoint is unreachable.

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, front-loaded sentence with no wasted words. It communicates the tool's purpose, its compatibility nature, and the key resource and addressing detail without redundancy.

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

Completeness2/5

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

With no output schema and no annotations, the description does not clarify what the returned list contains, the shape of entries, or error behavior. The minimal context is enough to guess the tool's purpose, but not enough to invoke it with full confidence, especially given the large sibling set with overlapping names.

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 0%, so the description must compensate for the undocumented 'endpoint' parameter. It does add meaning by identifying the parameter as a 'peer HTTP endpoint', which suggests a URL or address, but it does not specify required format, scheme, or whether any path prefix is needed.

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 states a specific verb ('list'), a specific resource ('clips advertised directly by a peer HTTP endpoint'), and labels itself as a compatibility tool. This clearly distinguishes it from siblings like rynmesh_list_clips, rynmesh_list_content, and rynmesh_list_peer_content.

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 'Compatibility tool' label implies a fallback/legacy use case, and 'advertised directly by a peer HTTP endpoint' hints at when it applies, but there is no explicit guidance about when to use this versus the many alternative list/fetch tools, and no named alternatives or exclusions.

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