Skip to main content
Glama
vino3dx
by vino3dx

light_create_spot

Destructive

Creates a targeted spot light in 3ds Max at a specified position, with automatic target offset and adjustable cone angle, penumbra, color, intensity, decay, and shadow casting.

Instructions

创建一个目标聚光灯(Target Spot)。灯光在给定位置创建,目标点自动偏移;可设锥角与半影。 [English] Create a target Spot light at the given position with an auto-offset target. Set cone angle and penumbra.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo灯光名称。 | Light name.
colorNo颜色 [0-255],也可传 "#RRGGBB"。 | Colour [0-255], or a "#RRGGBB" string.
decayNo衰减类型。 | Decay type.
penumbraNo聚光半影(度)。 | Spot penumbra (degrees).
positionNo位置 [x,y,z]。 | Position [x,y,z].
coneAngleNo聚光锥角(度)。 | Spot cone angle (degrees).
multiplierNo倍增/强度。 | Multiplier/intensity.
castShadowsNo是否投影,默认否。 | Cast shadows, default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral details beyond the annotations, specifically that the light is placed at a given position while the target is auto-offset, and that cone angle and penumbra are adjustable. The destructiveHint annotation already flags that this is a mutating operation, so the description does not need to restate that.

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 short, bilingual, and front-loaded with the key purpose and behavior. It avoids redundant parameter enumeration while still giving the essential distinguishing details.

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 an 8-parameter creation tool with no required parameters and full schema coverage, the description covers the essential behavior and the distinctive auto-offset target trait. It does not mention return values or defaults, but the schema handles parameter documentation and no output schema is present.

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 coverage is 100%, so the schema already documents all parameters. The description mentions cone angle and penumbra, which maps to coneAngle and penumbra, but does not add significant meaning beyond the schema's own parameter descriptions.

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 a specific action and resource: 'Create a Target Spot light at the given position with an auto-offset target.' This distinguishes it from sibling light-creation tools like light_create_omni, light_create_directional, and light_create_area.

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

Usage Guidelines4/5

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

The description makes it clear this tool is for creating a target spotlight, with an auto-offset target and configurable cone angle/penumbra. It provides useful context for when to use it, though it does not explicitly name alternatives or exclusion conditions.

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