Skip to main content
Glama
sattua

Blender MCP Server

by sattua

render_preview

Generate a still preview PNG from Blender's active camera. Specify output path, frame, and resolution to get a quick render.

Instructions

Render a still preview PNG from the active camera.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameNo
output_pathYes
resolution_xNo
resolution_yNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so description carries full burden. It only states basic action without disclosing side effects like file overwriting, camera state requirements, or performance implications.

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?

Single sentence, no redundant information. Front-loaded with the key action. Could benefit from slightly more detail without losing conciseness.

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

Completeness2/5

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

Output schema exists but description doesn't mention return value. Missing details about file format confirmation, overwrite behavior, and handling of invalid camera or path. Incomplete for a rendering tool with no annotations.

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

Parameters1/5

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

Schema has 0% description coverage. Description adds no meaning to any of the 4 parameters (frame, output_path, resolution_x, resolution_y)—no explanation of their roles, constraints, or defaults beyond what type/name implies.

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?

Description clearly states verb (render), resource (still preview PNG), and source (active camera). It differentiates from similar sibling 'render_rts_silhouette_preview' by specifying 'preview' and camera source.

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 guidance on when to use this tool versus alternatives (e.g., render_rts_silhouette_preview). No conditions or exclusions provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sattua/MCP-Server-for-blender'

If you have feedback or need assistance with the MCP directory API, please join our Discord server