Skip to main content
Glama
vino3dx
by vino3dx

import_fbx

Destructive

Import an FBX file into 3ds Max, merging with the current scene when merge is enabled, or replacing it otherwise. Errors if the file path is missing.

Instructions

导入 FBX。file 不存在则报错;merge=true 时合并进当前场景,否则替换。 [English] Import an FBX. Fails if the file is missing; with merge=true it merges into the current scene, otherwise it replaces it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes要导入的 .fbx 文件路径。 | FBX file path to import.
mergeNo是否合并进当前场景,默认否(替换)。 | Merge into the current scene, default false (replace).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Annotations only flag the operation as destructive/not read-only; the description adds the exact destructive consequence (replaces the current scene by default) and the missing-file failure behavior. It also clarifies the non-destructive merge=true path.

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 sentences cover behavior and error in both languages with no filler. Key information appears before the redundant English repetition.

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 two-parameter import tool with a destructive annotation, the description sufficiently covers what happens with merge on/off and the failure case. It does not need an output schema explanation, though it could mention what result or success signal is returned.

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 path and merge are already documented. The description mainly restates the merge behavior; the only additive detail is the missing-file error for path, which is more behavioral than semantic.

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 the verb ('Import'), resource ('FBX'), the two behaviors (merge or replace), and the failure condition. It is immediately distinguishable from import_obj/import_gltf/import_usd and from import_merge_scene via its FBX-specific scope.

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?

It says to use it for FBX imports and explains the merge/replace modes, so usage context is implied by the format. However, it never names alternatives or states when NOT to use this tool, unlike an explicit routing statement.

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