Skip to main content
Glama
vino3dx
by vino3dx

render_region

Destructive

Render a specific rectangular region of the frame by pixel coordinates to preview lighting or shading in that area without a full render.

Instructions

只渲染画面上的一个矩形区域(像素坐标 x,y,width,height)——典型的「先看看这块灯光对不对」工作流。 [English] Render only a rectangular region of the frame in pixel coordinates x,y,width,height - the classic "check the lighting on this one area" workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo区域左上角 x(像素)。 | Region left x in pixels.
yNo区域左上角 y(像素)。 | Region top y in pixels.
pathNo输出文件绝对路径;省略则写入渲染输出目录。 | Absolute output path; omit to use the render output folder.
frameNo要渲染的帧号;省略为当前帧。 | Frame to render; omit for the current frame.
widthNo区域宽(像素);省略用整宽。 | Region width in pixels; omit for full width.
heightNo区域高(像素);省略用整高。 | Region height in pixels; omit for full height.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the safety/mutation profile is carried by structured data. The description adds no further side-effect detail (e.g., file overwrite behavior), but it 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 description is short and front-loads the core operation, followed by a useful workflow phrase. The English/Chinese duplication doubles length slightly, but it is still economical and not padded.

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 six-parameter tool with no required fields, the schema documents all parameters and the annotations cover side effects. The description supplies the intended workflow and rectangle semantics, making it sufficient; only explicit return/output details are absent, and no output schema exists to fill that gap.

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 description coverage is 100%, and the description only restates the rectangle parameters at a high level. It adds the 'pixel coordinates' framing and the lighting-check use case, but no parameter meaning beyond the schema, so the baseline of 3 applies.

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 specific verb and resource: 'Render only a rectangular region of the frame in pixel coordinates x,y,width,height.' The qualifier 'only' and the region focus clearly distinguish it from sibling render tools like render_still or render_frames that target the full frame.

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?

It gives a clear use case: the 'check the lighting on this one area' workflow. It does not name alternatives or state when not to use it, so it lacks explicit exclusion guidance, but the context is unmistakable.

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