Skip to main content
Glama
vino3dx
by vino3dx

render_still

Destructive

Render the current or specified frame to an output file and get the resolved path plus confirmation that the file was written. Blocks 3ds Max until rendering completes, with optional custom output path.

Instructions

渲染当前(或指定)帧到文件,并返回解析后的输出路径与文件是否真的写出来了。渲染会阻塞 3ds Max,调用会一直等到完成。省略 path 时写到渲染输出目录。 [English] Render the current frame (or a named frame) to a file and return the resolved output path plus whether the file was actually written. Rendering blocks 3ds Max, so the call waits until it finishes. Omit path to render into the render output folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo输出文件绝对路径;省略则写入渲染输出目录。 | Absolute output path; omit to use the render output folder.
frameNo要渲染的帧号;省略为当前帧。 | Frame to render; omit for the current frame.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=true), it discloses that rendering blocks 3ds Max and waits, and that the call returns whether the file was actually written. It does not mention potential overwriting of an existing file, but destructiveHint already signals that risk.

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 description is short and front-loaded, putting the core action first and then the blocking behavior. It is duplicated in Chinese and English, which adds length, but this is reasonable for a bilingual tool and does not obscure the content.

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?

With only two well-documented optional parameters and no output schema, the description covers the essential call contract: what it renders, where output goes, that it blocks, and what it returns. It could add detail about output format or overwrite behavior, but those are governed by render settings and the destructive annotation.

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?

Both parameters already have full schema descriptions (100% coverage), including the absolute path and the default-frame behavior. The description restates the omit-path behavior rather than adding new semantic detail, so it earns the baseline score of 3.

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?

States a specific action — "Render ... frame to a file" — and the exact resource, plus the return values (resolved output path and whether the file was written). The singular "current (or a named frame)" distinguishes it from multi-frame siblings like render_frames and render_animation.

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 clearly establishes the single-frame use case and that the call blocks until completion, giving an agent a concrete invocation context. It does not explicitly name alternatives or say when not to use it, so it stops short of full routing guidance.

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