Skip to main content
Glama

render_image

Render the current Blender frame to an image file, optionally returning a thumbnail preview.

Instructions

渲染当前帧到文件(默认 ~/.cache/blender-mcp-pro/renders/),return_image 时回传缩略图。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameNo
output_pathNo
return_imageNo
max_preview_sizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavior. It mentions the output file path and optional thumbnail, but does not describe side effects on the scene, performance implications, or error scenarios. It is partially transparent.

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 very concise, using a single sentence to convey the core function and a key option. No redundant wording.

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 tool's purpose is understandable, but missing details about the return format, file naming, and interaction with render settings leave some gaps. Given the simplicity, it's adequate but not complete.

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

Parameters2/5

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

The description mentions output_path (via default path) and return_image, but does not explain frame or max_preview_size. With zero schema-level descriptions, the description only partially compensates for parameter meaning.

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 clearly states the tool renders the current frame to a file and optionally returns a thumbnail. It identifies the action and target but does not explicitly differentiate from sibling tools like render_animation or viewport_screenshot, though the mention of 'current frame' and 'file' gives some distinction.

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?

The description provides no guidance on when to choose this tool over alternatives such as render_animation or viewport_screenshot. It lacks context for decision-making.

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