Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

render_set_output

Set the render output file path and choose image format, color mode, depth, and compression or quality.

Instructions

Configure render output path and format.

Args: filepath: Output file path (use // for relative to .blend) file_format: PNG, JPEG, OPEN_EXR, TIFF, BMP, HDR color_mode: BW, RGB, RGBA color_depth: 8, 16, 32 (depends on format) compression: PNG compression 0-100 (default 15) quality: JPEG quality 0-100 (default 90)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qualityNo
filepathYes
color_modeNoRGBA
color_depthNo8
compressionNo
file_formatNoPNG
Behavior3/5

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

No annotations are present, so the description carries the burden. It lists parameters and defaults but does not disclose side effects, persistence, or dependencies (e.g., requires a scene, does not trigger rendering). Moderate transparency.

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?

Structured as a docstring with Args list, front-loads the main purpose in one sentence. Every line adds value and is properly scoped.

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?

Covers all parameters with meanings and defaults. Could mention that this sets scene output properties and is a prerequisite for rendering, but overall complete given tool complexity and lack of output schema.

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

Parameters5/5

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

The description adds significant meaning beyond the input schema: explains filepath syntax (// for relative), enumerates allowed file_format values, color_mode, color_depth, compression range 0-100, quality 0-100. With 0% schema coverage, the description fully compensates.

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 'Configure render output path and format' clearly states the verb (configure) and the resource (render output path/format), distinguishing it from sibling tools like configure_render, render_set_camera, or render_set_world that handle other render settings.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives (e.g., configure_render). The purpose is clear but does not specify when-not or provide direct comparisons.

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/dwgx/blender-copilot'

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