Skip to main content
Glama
xiaohai-uid

Blender-Mind-MCP

by xiaohai-uid

blender_setup_lighting

Create and configure 3D light sources (Sun, Point, Spot, Area) with position, intensity, and color to illuminate your Blender scene.

Instructions

Creates or configures a 3D light source (Sun, Point, Spot, Area) in the scene with position, energy wattage, and color tint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the light
sizeNoLight radius/area dimension
typeYesLight emission type
colorNo[r, g, b] color tint
energyNoLight intensity/wattage (default: 1000W)
locationNo[x, y, z] light position
Behavior3/5

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

With no annotations, the description carries the full burden. It explicitly states the mutation effect ('creates or configures') and that it operates 'in the scene', providing some transparency. However, it does not disclose side effects such as whether existing lights with the same name are overwritten, whether the operation is reversible, or any scene prerequisites. This is a moderate disclosure, lacking deeper behavioral context.

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 a single, efficient sentence that front-loads the verb and resource, then enumerates the key adjustable properties. Every word contributes to the meaning; there is no redundancy or fluff. It is concise and well-structured.

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?

Given the full schema coverage and no output schema, the description is adequate for an agent to understand the tool's function and parameters. It clearly states the purpose and the main fields (position, energy, color). The only missing piece is guidance on when to use it, which is a minor gap that does not prevent correct invocation once already selected.

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%, so the schema already documents all six parameters. The description adds marginal value by clarifying 'energy wattage' as intensity and 'color tint' as RGB array, but these are already implied in the schema (e.g., 'Light intensity/wattage'). It does not introduce syntax or additional constraints beyond the schema, so the baseline of 3 applies.

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 clearly states the verb 'creates or configures' and the resource '3D light source', listing the specific types. This distinguishes it from sibling tools like blender_setup_camera (camera) and blender_create_primitive (geometry). An agent can immediately understand its scope without ambiguity.

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 gives no guidance on when to use this tool versus alternatives. It does not mention scenarios like setting up scene lighting, comparing with other lighting tools, or conditions when this tool is preferred. No exclusions or alternatives are mentioned, so an agent has to infer the appropriate context.

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/xiaohai-uid/blender-mind-mcp'

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