Skip to main content
Glama

refresh_document_url

Generate a new signed download URL for an existing document when the previous URL has expired, without consuming credits.

Instructions

Get a fresh signed download URL for an existing document. Does not consume credits. Useful when a previously generated document's URL has expired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYesDocument UUID
expiresInNoURL validity in seconds (1–86400, default 3600)
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses a key behavioral trait: 'Does not consume credits.' However, it does not mention other traits like idempotency, required permissions, or error conditions (e.g., document not found). The disclosure is helpful but incomplete.

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 two sentences long, front-loaded with the main purpose, and includes a crucial secondary detail (credit usage) in the second sentence. Every word earns its place with no unnecessary information.

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, the description covers the essential purpose and usage. However, it lacks details about return format (a signed URL) and possible errors, but these are not critical for a basic URL refresh tool. With no output schema, the description could do slightly more, but it is still adequate.

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 description coverage is 100%, so the baseline is 3. The description adds no additional meaning beyond the schema for either parameter. It does not elaborate on 'documentId' or 'expiresIn' beyond what the schema already provides.

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 tool's function: 'Get a fresh signed download URL for an existing document.' It explicitly distinguishes from sibling tools like 'generate_document' by noting that it does not create a new document, and the credit-saving behavior further differentiates it.

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 provides explicit context for when to use the tool: 'Useful when a previously generated document's URL has expired.' While it does not explicitly state when not to use it or suggest alternatives, the usage context is clear and sufficient for an agent.

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/ayo-nci/bulkrender-mcp'

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