Skip to main content
Glama
vino3dx
by vino3dx

render_animation

Destructive

Render an animation range or sub-range in 3ds Max, saving each frame as a separate file to use in post-production.

Instructions

渲染整个动画范围或其中的一个子区间,每帧一个文件。渲染整段会非常慢,调用阻塞直到完成。 [English] Render the whole animation range or a sub-range, one file per frame. Rendering a full sequence can take minutes; the call blocks until it finishes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo结束帧;省略用场景动画范围终点。 | Last frame; omit to use the scene animation range end.
pathNo输出基准路径;省略则写入渲染输出目录。 | Base output path; omit to use the render output folder.
startNo起始帧;省略用场景动画范围起点。 | First frame; omit to use the scene animation range start.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already mark this as destructive, and the description adds meaningful behavioral context beyond that: the call blocks until completion and full sequences can take minutes. This is useful operational information and does not contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The English portion is tight and front-loaded: action, output format, then performance warning. The bilingual duplication adds length but appears intentional; no filler or irrelevant detail is present.

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 core behavior, output granularity, and blocking duration, which is adequate for basic invocation. However, it does not mention overwrite behavior despite the destructive hint, nor does it clarify when to use render_animation versus render_still/render_frames/render_batch. With no output schema, a bit more guidance would help.

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?

The input schema already documents all three parameters at 100% coverage, so the baseline is 3. The description reinforces the notion of a sub-range and per-frame output but does not add new parameter-specific semantics beyond the schema.

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 states a specific verb and resource: "Render the whole animation range or a sub-range, one file per frame." It clearly names the operation and output granularity, though it does not explicitly distinguish itself from siblings like render_frames or render_batch.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use versus alternatives such as render_still, render_frames, or render_batch is provided. The warning that full-sequence rendering is slow and blocks gives implicit context for choosing sub-ranges, but it never states when this tool should be preferred over others.

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