Skip to main content
Glama

blender_render

Render the current scene with the active engine and return the image. Supports still or animation renders, with format and output path options; use Eevee for quicker iteration than Cycles.

Instructions

Render with the current engine and return the resulting image.

Cycles at 1080p can take minutes; check samples and resolution with blender_get_scene first, and consider the 'eevee' engine for iteration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo'still' for one frame, 'animation' for the whole range.still
formatNoPNG, JPEG, WEBP, OPEN_EXR ...
output_pathNoWhere to write the image. Relative paths resolve against BLENDER_MCP_ROOT (your home directory).
response_formatNo'markdown' for readable output, 'json' for raw structured data.json

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, and the description adds a valuable performance warning (Cycles at 1080p can take minutes) that goes beyond what annotations convey. It doesn't mention what happens to existing render outputs or error handling, but the performance context is genuinely useful. No contradiction with annotations.

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?

Two sentences with zero filler. The core purpose is front-loaded in the first sentence, and the performance warning is a single second sentence. Every word earns its place.

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 render tool with 4 fully-documented parameters, the description covers the essential context: what it does, cost implications, and how to be smart about it. It doesn't address animation mode specifics (rendering many frames) or output path resolution details, but the schema covers those. A small gap remains around what happens with 'animation' mode performance, but overall this is quite complete.

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% — all 4 parameters (mode, format, output_path, response_format) have descriptive text in the schema itself. The description adds no additional parameter-level detail, so the baseline of 3 is appropriate when the schema does the heavy lifting.

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 ('Render') and resource ('current engine'), and clarifies the output ('resulting image'). It distinguishes itself from sibling tools like blender_capture_viewport (viewport capture vs. full render) and blender_render_extras. Clear and unambiguous.

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

Usage Guidelines5/5

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

The description explicitly advises checking samples and resolution with blender_get_scene first and suggests the 'eevee' engine for iteration. This is concrete, actionable guidance that routes the agent to the right approach and warns about the cost of Cycles rendering.

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