Skip to main content
Glama

furlen_render_status

Poll a render job for status updates and retrieve the download URL when completed.

Instructions

Check a Furlen render job. Returns status (queued → running → completed | failed), progress, and a downloadUrl when completed. Renders typically take 30–90 seconds; poll every few seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
renderIdYesThe renderId returned by furlen_render
Behavior4/5

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

With no annotations, the description covers key behaviors: returns status, progress, downloadUrl, and typical timing. It does not detail failure modes or error handling, but suffices for a status-check tool.

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?

Two sentences, no fluff. First sentence states function and deliverables, second gives practical timing and polling advice. Every sentence earns its place.

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 one parameter and no output schema, the description covers return fields, lifecycle, and usage pattern adequately. Could mention error info on failure, but overall sufficient.

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?

Only one parameter (renderId) with schema coverage 100%. The description adds no extra detail beyond the schema's note that it's returned by furlen_render, so meets baseline but adds no enrichment.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'check' and the resource 'Furlen render job', and specifies the returned status lifecycle. It does not explicitly distinguish from siblings like furlen_render or furlen_public_data, but the purpose is unambiguous.

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?

Provides context on when to use (after initiating a render) and how to poll (every few seconds based on typical 30-90 second duration), but does not mention when not to use or alternatives.

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/amitsha86/furlen-mcp'

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