Skip to main content
Glama

animation_create

Apply a pre-defined animation to a rigged 3D model using a completed rig task and action ID, with optional post-processing.

Instructions

Apply an animation to a rigged model. Requires a completed rigging task. Common categories: DailyActions (0=Idle), WalkAndRun (1=Walking), Fighting (4=Attack), Dancing (22-24), BodyMovements. See Meshy animation library for full list of 500+ action IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rig_task_idYesTask ID from a completed rigging task
action_idYesAnimation ID from the Meshy animation library
post_processNoOptional post-processing for the animation output
Behavior2/5

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

No annotations provided, so description must carry the full burden. It indicates a write operation but does not disclose side effects, error conditions, or what happens upon success (e.g., returns an animation ID). The description is insufficient for a mutating 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?

Three sentences with no redundancy: purpose, requirement, examples. Information is front-loaded and every sentence adds value.

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?

Covers prerequisites and action ID options, but lacks information about the return value or output format. Since no output schema exists, the description should explain what the tool produces (e.g., an animation task ID).

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?

Schema coverage is 100%, providing baseline 3. The description adds value by listing common action categories and IDs, helping the agent select appropriate values beyond the schema's basic description.

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 'Apply an animation to a rigged model,' specifying the verb and resource. It distinguishes from sibling tools like animation_get and animation_delete by focusing on creation.

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 mentions a prerequisite ('Requires a completed rigging task') and gives examples of action IDs, but does not explicitly state when not to use this tool or suggest 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/gwizards/meshy-mcp-server'

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