Skip to main content
Glama

rynmesh_download_relay_artifact

Download a relay artifact by content hash, verify its integrity, and save it to the specified destination.

Instructions

Download and hash-verify a relay artifact by content hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
relay_urlNo
destinationYes
content_hashYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

The description discloses a meaningful behavioral trait: the download is combined with hash verification. With no annotations provided, the description carries the burden, but it does not explain what happens on hash mismatch, whether destination is overwritten, or whether network access is required.

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 filler. Every word contributes to understanding the tool's core operation.

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?

For a simple download-and-verify tool, the core flow is conveyed. However, the optional relay_url remains unexplained, no output/return behavior is described, and there are no annotations to fill the safety or side-effect gaps.

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. It adds meaning to content_hash by tying it to identity and verification, but it does not explain the destination parameter semantics or the optional relay_url parameter at all.

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 ('Download'), a specific resource ('a relay artifact'), and the distinguishing mechanism ('by content hash'). It clearly differentiates this tool from siblings like rynmesh_upload_relay_artifact and rynmesh_relay_artifact_info.

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 phrase 'by content hash' implies the agent should use this tool when it already has a content hash and wants to fetch the artifact. However, no explicit when-to-use or when-not-to-use guidance is given, and no alternative sibling is named.

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