Skip to main content
Glama
vino3dx
by vino3dx

move_objects_to_new_layer

Destructive

Create a new layer and move specified objects into it in a single action, solving scene organization tasks directly in 3ds Max.

Instructions

一步完成:新建层并把指定对象放进去。 [English] One step: create a layer and move the given objects into it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerYes新层名称。 | New layer name.
objectsNo对象名称列表;省略则使用当前选择。 | Object names; omit to use the current selection.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already flag the mutating and destructive nature (readOnlyHint=false, destructiveHint=true). The description adds the 'one step' combined-action context, but it does not disclose edge behaviors such as what happens if the layer already exists or whether objects are removed from their old layer beyond the obvious meaning of 'move'.

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?

Two short bilingual sentences with the key 'one step' value proposition front-loaded. There is no filler, and every element earns its place.

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 simple action tool, the description is adequate: it names the operation, the schema fully documents both parameters, and annotations cover the destructive profile. It does not mention return values or duplicate-layer behavior, but these are minor and do not prevent correct invocation.

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 both parameters are already well documented. The description only echoes 'given objects' and adds no extra semantics like name constraints, duplicate handling, or interaction between the layer and objects.

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 states a specific combined action: create a new layer and move specified objects into it. This is unambiguous and distinguishes it from sibling tools like create_layer or assign_to_layer, since it performs both operations in one step.

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 phrase 'one step' conveys the intended efficiency of combining layer creation with object reassignment, so the usage context is implied. However, it never explicitly says when to prefer this over create_layer followed by assign_to_layer, and it offers no exclusions or 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