Skip to main content
Glama

add_light

Add a point, sun, spot, or area light to a Blender scene with customizable location, energy, color, and shadow softness.

Instructions

Add a light to the Blender scene.

Parameters:

  • light_type: POINT, SUN, SPOT, or AREA

  • name: Name for the light object (optional)

  • location: Comma-separated x,y,z (default "0,0,5")

  • energy: Light power in watts (default 1000)

  • color: Comma-separated r,g,b in 0..1 range (default "1,1,1")

  • radius: Shadow soft radius (default 0.1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
light_typeNoPOINT
nameNo
locationNo0,0,5
energyNo
colorNo1,1,1
radiusNo
Behavior2/5

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

With no annotations, the description carries full burden but fails to disclose side effects, behavior on invalid inputs, or whether it modifies existing lights vs adds new ones.

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?

The description is efficiently structured with a brief statement and parameter list, no unnecessary text, though it could be slightly more compact.

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

Completeness3/5

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

Covers all 6 parameters with defaults and types, but lacks information about the output or side effects in the scene; adequate but not comprehensive.

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?

Despite 0% schema coverage, the description adds meaningful format details for parameters like location ('Comma-separated x,y,z') and color ('Comma-separated r,g,b in 0..1 range'), though it does not explain all parameters in depth.

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 'Add a light to the Blender scene' with a list of parameters, distinguishing it from siblings like 'add_3point_lighting' which adds multiple lights.

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 like 'add_3point_lighting', no prerequisites or when-not-to-use conditions are 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/naab007/blender_mcp'

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