Skip to main content
Glama
vino3dx
by vino3dx

env_set_ambient

Destructive

Set the ambient light color in 3ds Max to fill unlit areas. Accepts an RGB array or hex color value.

Instructions

设置环境光颜色(影响所有未照亮区域的补光)。颜色接受 [r,g,b] 或 "#RRGGBB"。 [English] Set the ambient light colour (fills unlit areas). Accepts [r,g,b] or "#RRGGBB".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorYes环境光色 [0-255],也可传 "#RRGGBB"。 | Ambient colour [0-255], or a "#RRGGBB" string.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, covering the safety profile. The description adds the useful behavioral scope 'affects all unlit areas,' but it does not describe additional side effects or prerequisites. This is adequate for a simple setter.

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 two short bilingual sentences, front-loaded with the action and effect, and each sentence earns its place. There is no filler or redundant information.

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

Completeness5/5

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

For a single-parameter setter with a well-covered schema and clear annotations, the description fully covers purpose, effect, and accepted input formats. No output schema is needed for a setter, and nothing required to invoke the tool correctly is missing.

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%, and the description repeats the same accepted formats ([r,g,b] or '#RRGGBB') already present in the schema's parameter description. It clarifies that a string is acceptable despite the array type, but it adds no new meaning beyond the schema.

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 verb and resource: 'set the ambient light colour' with the effect 'fills unlit areas.' This is enough to distinguish it from related siblings like env_set_background_color or env_set_background_map.

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?

The description implies usage via its clear purpose and effect but provides no explicit when-to-use guidance or alternatives. Closely related env_set_* siblings exist, so a sentence pointing to when to choose ambient light over background/exposure would improve this dimension.

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