Skip to main content
Glama
vino3dx
by vino3dx

ungroup_objects

Destructive

Ungroup selected groups in 3ds Max while keeping their member objects intact. Provide a group head or any member, or rely on the current selection.

Instructions

解散组(保留成员对象)。传组头或组内任意成员均可。 [English] Ungroup (keeps the member objects). Pass the group head or any member.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectsNo要解散的组/对象列表;省略则用当前选择。 | Groups/objects to ungroup; omit for the selection.

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?

Given annotations declare destructiveHint=true, the description adds important context by clarifying that member objects are retained, meaning the destructive aspect is limited to dissolving the group container. It also discloses the flexible input behavior (head or any member), which is not visible in annotations. It does not cover edge cases like non-group objects or nested groups, but the key safety behavior is addressed.

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 sentences, bilingual but compact, with the action and outcome front-loaded. Every clause contributes meaning: what happens (ungroup), what is preserved (member objects), and how to identify the target (head or any member). No redundancy or 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 simple tool with one optional parameter and no output schema, the description, schema, and annotations together sufficiently cover purpose, input semantics, and the key destructive-safety note. Missing details like behavior on invalid objects or return values are minor and not essential for a correct call.

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?

The schema already documents the 'objects' parameter with 100% coverage, including optionality and fallback to current selection. The description adds meaningful value beyond the schema by stating that either the group head or any member is acceptable, which is not present in the schema's parameter description. This extra semantic justifies a score above the baseline.

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 action 'Ungroup' on objects, with the crucial clarification '(keeps the member objects)' that distinguishes it from object deletion. It also specifies that the group can be identified by its head or any member, reinforcing the tool's scope and differentiating it from sibling group operations like open_group and close_group.

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 gives useful input guidance ('Pass the group head or any member') and the schema adds 'omit for the selection.' However, it does not explicitly contrast this tool with alternatives like open_group or close_group, so the agent must infer when permanent ungrouping is the right choice. There is no when-not or alternative guidance.

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