Skip to main content
Glama
TiGRoNdev

Rodin Gen-2 MCP Server

by TiGRoNdev

check_download_result_status

Check the progress and status of a background download task using its task ID. Returns a human-readable message with current status and, when complete, a list of downloaded files.

Instructions

Проверяет прогресс фоновой загрузки, запущенной start_download_result.

Удобен для LLM: его можно вызывать периодически, чтобы отслеживать статус фоновой загрузки без долгих блокировок одного запроса.

Args: task_id: Идентификатор задачи загрузки, полученный из start_download_result.

Returns: Человекочитаемое сообщение со статусом задачи и, при завершении, списком файлов.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that it returns a human-readable status message and list of files on completion, and implies non-blocking behavior. However, it does not explicitly state idempotency, side effects, or potential rate limits, leaving some gaps.

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 concise, front-loaded with the main purpose, and includes an Args section in a clear structure. Every sentence adds value with no waste.

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

Completeness5/5

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

Given the presence of an output schema (not shown but indicated), the description's mention of a human-readable message and file list is sufficient. It covers the tool's simple purpose and references siblings, making it complete for a polling tool.

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

Parameters4/5

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

The input schema has one parameter with 0% description coverage. The description adds meaning by explaining that task_id is obtained from start_download_result, which is clear and sufficient for a single parameter.

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 it checks the progress of a background download started by start_download_result, using a specific verb and resource, and it distinguishes itself from siblings like check_task_status and start_download_result.

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?

It notes that the tool is convenient for LLM to call periodically to track status without long blocking, providing clear usage context. It does not explicitly state when not to use it, but implies its role in polling.

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/TiGRoNdev/RodinGen2MCP'

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