Skip to main content
Glama
vino3dx
by vino3dx

set_layer_properties

Destructive

Change 3ds Max layer properties such as hidden, frozen, wire color, and render visibility to control object display and rendering behavior.

Instructions

修改层的属性:隐藏、冻结、线框色、渲染可见性。 [English] Change layer properties: hidden, frozen, wire colour and render visibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes层名称。 | Layer name.
colorNo线框颜色 [0-255]。 | Wire colour [0-255].
frozenNo冻结(不可选中)。 | Frozen (unselectable).
hiddenNo隐藏。 | Hidden.
renderableNo是否参与渲染。 | Participates in rendering.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/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, and the description does not contradict them. The description adds the list of affected layer properties, but it does not disclose other side effects, reversibility, or prerequisites beyond what the schema and annotations already communicate.

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 compact sentence that front-loads the action and immediately lists the affected properties. The bilingual repetition is minimal and not padded with filler.

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 low-complexity setter with one required parameter and four optional properties, the description combined with the rich parameter schema and destructiveHint is complete enough for an agent to invoke it correctly. It does not explain return values or failure behavior, but no output schema exists and those details are not essential for this tool.

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%, with each parameter already explained in both Chinese and English. The description's property list mostly restates the schema fields and does not add meaningful new semantics beyond what the input schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Change layer properties' and enumerates exactly which properties are affected (hidden, frozen, wire colour, render visibility). It does not explicitly contrast against sibling tools like hide_objects or freeze_objects, so full sibling differentiation is not achieved.

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?

When to use this tool is implied by the description: the agent should use it when layer-level properties such as hidden, frozen, color, or renderability must be changed. However, there is no explicit guidance about when not to use it or which sibling tools to choose for object-level hiding/freezing.

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