Skip to main content
Glama
vino3dx
by vino3dx

anim_bake_range

Destructive

Bake an entire object hierarchy into explicit keyframes over a frame range to prevent animation loss when exporting rigged or constrained characters.

Instructions

对整个层级(对象及其所有子对象)在帧范围内逐帧烘焙为显式关键帧。烘焙重骨骼/约束驱动的角色后再导出,可避免引擎端动画丢失。返回写入的关键帧数量。 [English] Bake an entire hierarchy (object and all descendants) into explicit keys over a frame range. Bake heavily rigged/constrained characters before export so the animation survives. Returns the number of keys written.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepNo采样步长,默认 1。 | Sampling step, default 1.
objectsNo层级根对象名列表;省略则用当前选择。 | Hierarchy root names; omit for the current selection.
endFrameNo结束帧,默认动画范围终点。 | Last frame, default animation range end.
propertiesNo要烘焙的属性;省略则烘焙 position/rotation/scale。 | Properties to bake; omit for position/rotation/scale.
startFrameNo起始帧,默认动画范围起点。 | First frame, default animation range start.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, so the mutation aspect is covered. The description adds the purpose (export survival) and the return value (number of keys written), which is useful context. However, it does not describe what happens to existing keys or other side effects beyond the annotation. The description does not contradict annotations.

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 core action, and structured in two sentences (in both Chinese and English). It avoids fluff and every sentence earns its place: first states what it does, second gives usage context and return value.

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

Completeness4/5

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

For a tool with 5 optional parameters, the description covers the main behavior, usage scenario, and return value. The schema already explains all parameters, so the description does not need to repeat them. It lacks explicit mention of default selections or frame ranges, but those are in the schema. Overall, it is sufficiently complete for an agent to call correctly.

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

Parameters3/5

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

Schema coverage is 100%—every parameter has a description in the input schema. The tool description does not mention any parameter details, so it adds no meaning beyond the schema. With high schema coverage, a baseline score of 3 is appropriate.

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 clear action ('bake') on a specific resource ('entire hierarchy') with explicit scope ('object and all descendants') and outcome ('explicit keys over a frame range'). It also distinguishes itself from the sibling anim_bake by emphasizing the hierarchy scope, so an agent can tell them apart.

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?

The description gives a concrete scenario: 'Bake heavily rigged/constrained characters before export so the animation survives.' This implies the appropriate context and purpose, though it does not explicitly mention alternatives like anim_bake or state when not to use this tool. The guidance is clear but not exhaustive.

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