Skip to main content
Glama

Get run ZIP URL

get_zip_url

Get a presigned download URL for a completed run's ZIP. Returns 409 if the build is not ready.

Instructions

Get a presigned download URL for a run's ZIP (409 until the build is ready).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYes
Behavior4/5

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

With no annotations, the description must carry the burden. It discloses a key behavioral trait (409 until build ready), which adds useful transparency. However, it omits other behavioral aspects like authorization or rate limits.

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?

One sentence with no wasted words, front-loaded with the core action and resource. The parenthetical note efficiently adds important edge-case information.

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?

Covers the main purpose and one edge case (409), but lacks explanation of the return value format (e.g., the URL itself) and prerequisites (e.g., run must exist). Given the tool's simplicity, more completeness is expected.

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

Parameters1/5

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

The single parameter 'runId' has 0% schema description coverage. The description does not add any meaning beyond the parameter name, failing to compensate for the missing schema documentation.

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 the verb 'get', the resource 'presigned download URL for a run's ZIP', and includes a behavior note about 409 until build is ready, distinguishing it from siblings like get_document_url.

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?

No explicit guidance on when to use this tool vs alternatives. While it clearly describes what it does, it does not mention when not to use it or provide comparative context with sibling tools.

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/michaelhologram/clutter-mcp'

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