Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

render_apply_preset

Apply predefined render presets to configure Cycles, EEVEE, or workbench settings for quick scene rendering.

Instructions

Apply a render preset to the current scene.

Available presets:

  • cycles_preview: Fast Cycles, 32 samples, 50% res

  • cycles_default: Standard Cycles, 128 samples, full HD

  • cycles_high: HQ Cycles, 512 samples, 4K

  • eevee_preview: Fast EEVEE, effects off, 50% res

  • eevee_default: Standard EEVEE, all effects, full HD

  • eevee_high: HQ EEVEE, all effects, 4K

  • workbench: Instant solid view render

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
preset_nameYes
Behavior2/5

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

No annotations provided, so description carries full burden. It explains preset effects but does not disclose that applying a preset modifies scene settings, whether it overwrites existing settings, or any potential side effects.

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 sentence introduction plus a structured list of presets. No extraneous content. Information is front-loaded and easy to scan.

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 simple tool with one parameter and no output schema, the description is mostly complete: it tells what it does and the available options. Missing return value/status and error handling details, but adequate for its simplicity.

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

Parameters4/5

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

Schema has only preset_name with no description (0% coverage). The description lists preset names and their meanings, adding significant value beyond the schema. However, does not specify case sensitivity or format requirements.

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?

Clearly states the tool applies a render preset to the current scene, with specific verb+resource. Distinguishes from siblings like render_still or render_image by focusing on preset application.

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?

Lists available presets with details, but does not explicitly advise when to use this tool vs. alternatives like render_still or render_image. Lacks 'when not to use' guidance.

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