Skip to main content
Glama

gen_uthana_download_motion

Retrieve a Uthana motion file after usage approval. Provide a motion ID and output format to download the animation for Unreal Engine projects.

Instructions

Download a Uthana motion file after explicit usage approval.

KB: see knowledge_base/31_GENERATIVE_CONTENT_PIPELINE.md#uthana-motion-task-family Example: gen_uthana_download_motion(motion_id="motion-id", output_format="fbx", confirm_usage=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo
no_meshNotrue
in_placeNo
motion_idYes
timeout_sNo
torso_onlyNo
motion_onlyNo
character_idNo
confirm_usageNo
output_formatNofbx
target_folderNo
speed_multiplierNo
check_download_allowedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior2/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 of behavioral disclosure. It does mention the approval requirement, but it omits other important traits such as whether the download consumes credits, writes files locally, requires authentication, or behaves differently depending on confirm_usage and check_download_allowed. This is a significant gap for a tool with no annotation safety or side-effect hints.

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: one clear sentence, a KB pointer, and a concrete example. There is no filler or redundant restating of the tool name.

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

Completeness2/5

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

Despite having an output schema, the tool is complex with 13 parameters and no annotations. The description does not explain most parameters, the download workflow, prerequisites beyond approval, or how this step relates to the broader Uthana pipeline. The KB reference helps, but the description itself is not self-sufficient.

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 compensate. The example hints at motion_id, output_format, and confirm_usage values, but the remaining ten parameters (fps, no_mesh, in_place, timeout_s, torso_only, motion_only, character_id, target_folder, speed_multiplier, check_download_allowed) are left unexplained.

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 tool downloads a Uthana motion file, using a specific verb and resource. It also adds a key qualifier ('after explicit usage approval'), though it does not explicitly contrast itself with sibling tools like gen_uthana_get_motion or gen_uthana_check_download_allowed.

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 description communicates a clear prerequisite: explicit usage approval is required before downloading. However, it does not state when to prefer this tool over siblings, when not to use it, or what preceding checks (e.g., gen_uthana_check_download_allowed) should be run, leaving workflow routing largely implied.

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