Skip to main content
Glama
vino3dx
by vino3dx

scene_merge

Destructive

Merge objects from a .max file into the current scene without clearing existing content. Optionally merge only specified objects.

Instructions

把另一个 .max 文件里的内容合并进当前场景(不会清空现有对象)。 [English] Merge the contents of another .max file into the current scene without clearing it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes要合并的 .max 文件路径。 | Path of the .max file to merge.
quietNo是否静默合并,默认是。 | Merge quietly, default true.
objectsNo只合并指定名称的对象;省略则合并全部。 | Merge only these object names; omit to merge everything.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

The description adds the useful behavior that it does not clear existing objects, which is not directly in the annotations. However, it does not mention potential side effects like overwriting objects with matching names, material handling, or undo behavior. Since annotations already indicate destructiveHint=true, the description adds only marginal value beyond 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 extremely concise: a single bilingual sentence that front-loads the core purpose. It contains no filler and directly states the primary behavior, making it efficient for an agent to parse.

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

Completeness3/5

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

For a destructive merge operation, the description is minimal but covers the essential action and the key non-destructive behavior (not clearing). It does not explain return values, conflict resolution, or whether the operation is undoable, but given the annotations and schema, it is adequately complete for basic usage.

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 each parameter (path, quiet, objects) already has a clear description. The tool description does not add any parameter-specific meaning beyond what the schema provides, so it relies on the schema for this dimension.

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 the tool merges contents of another .max file into the current scene without clearing it, giving a specific verb and resource. However, it does not explicitly differentiate from the sibling tool 'import_merge_scene', which likely performs a similar operation, so it stops short of full distinction.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as 'import_merge_scene' or other scene operations. There are no exclusions, prerequisites, or context about the appropriate scenario, leaving the agent to infer usage.

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