Skip to main content
Glama

gen_tripo_download_result

Downloads signed Tripo output files from a completed generation task into a specified local folder using the task ID and target path.

Instructions

Download signed Tripo output URLs for a successful task into a local folder.

KB: see knowledge_base/31_GENERATIVE_CONTENT_PIPELINE.md#tripo-task-family Example: gen_tripo_download_result(task_id="model-task-id", target_folder="C:/Generated/Slime")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
output_keysNo
target_folderYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. It does disclose the core behavior: downloading signed URLs to a local folder. However, it does not mention file overwrite behavior, whether it creates missing directories, or what happens when called for a non-successful task. The 'signed' wording hints at time-limited credentials but does not elaborate.

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 compact and front-loaded: a one-sentence purpose, a KB pointer, and a runnable example. There is no filler or redundant restatement of the tool name. Every element earns its place.

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?

An output schema exists, so return-value documentation is not required, and the example provides a usable call shape. Still, the description omits enough operational detail—what output_keys controls, prerequisites beyond 'successful task', and local folder handling—that an agent may need extra research. The KB pointer partially mitigates this, but the standalone description is only minimally complete.

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%, and the description does not explain any parameter except indirectly through the example. task_id and target_folder are illustrated with concrete values, but output_keys is not described at all, despite being an optional array that could meaningfully affect which files are downloaded. The KB link helps, but the description itself does not 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 states a specific verb and resource: 'Download signed Tripo output URLs for a successful task into a local folder.' This clearly differentiates the tool from siblings like gen_tripo_get_task_status and gen_tripo_import_to_project without needing to inspect schemas. The 'successful task' condition also adds meaningful scope.

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 'for a successful task' gives useful context: the agent should call this only after a task has completed successfully. However, the description does not explicitly say when not to use it or mention alternatives such as gen_tripo_import_to_project. The KB reference offers a place to learn more but does not itself provide exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools