Skip to main content
Glama

puppet_preset_motion

Build a puppet animation scene by applying preset motions like idle, walk, or talk to a rig. Customize duration, cycles, and intensity to control movement.

Instructions

Build a puppet scene with a preset motion applied.

Available presets:

  • "idle": Subtle breathing/sway (keeps character alive)

  • "bounce": Vertical bouncing

  • "walk": Full walk cycle (arms, legs, body bob)

  • "talk": Mouth movement + head bob

  • "wave": Arm waving (applies to left_arm)

Args: rig_json: JSON rig definition preset: Motion preset name duration: Scene duration project_name: Project name output_path: Where to save cycles: Number of motion cycles (more = faster movement) intensity: Scale factor for motion amplitude (0.5 = subtle, 2.0 = exaggerated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rig_jsonYes
presetNoidle
durationNo300300/30000s
project_nameNoPuppet Animation
output_pathNo
cyclesNo
intensityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose all behavioral traits. It explains the effects of cycles and intensity parameters and lists presets, but does not cover side effects (e.g., file overwriting), error handling, permission requirements, or the meaning of the cryptic default duration format ('300300/30000s').

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: one purpose sentence, a bullet list of presets with explanations, and a clean Args list. Every element adds value with no unnecessary words.

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?

The description covers all parameters and preset semantics, but lacks details on return values (though an output schema exists), error conditions, prerequisuites (e.g., rig format), and the unusual duration default. It is adequate but not comprehensive for a tool with 7 parameters.

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 Args section adds meaningful descriptions for 7 parameters beyond the schema (which has 0% coverage). It explains cycles ('more = faster movement') and intensity with examples (0.5 subtle, 2.0 exaggerated), but does not clarify the duration format or rig_json structure.

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 'Build a puppet scene with a preset motion applied' and lists available presets with descriptions. This distinguishes it from sibling tools like puppet_animate or puppet_build_scene by specifying that a preset motion is applied to a rig.

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 provides presets and their behaviors, implying when to use each, but lacks explicit guidance on when to use this tool versus alternatives or when not to use it. No exclusions or sibling comparisons are given.

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/dreliq9/fcp-mcp'

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