Skip to main content
Glama

Import Scene File

scene.import

Import various 3D file formats into the current Maya scene, returning only top-level transforms to conserve token usage.

Instructions

Import a file into the current Maya scene. Supports multiple formats (.ma, .mb, .obj, .fbx, .abc, .usd, .usda, .usdc, .usdz). Returns only top-level parent transforms to protect token budget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoIf True, replace existing namespace contents. If False (default), merge.
file_pathYesPath to the file to import (.ma, .mb, .obj, .fbx, .abc, .usd, .usda, .usdc, .usdz)
namespaceNoNamespace behavior: None = no namespace, '' = auto-generate, 'name' = use specified

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
errorYes
nodesYes
successYes
file_pathYes
truncatedNo
total_countNo
_size_warningNo
_original_sizeNo
_truncated_sizeNo
Behavior3/5

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

Annotations are mostly neutral (destructiveHint=false, readOnlyHint=false), so the burden is on the description. It discloses that importing modifies the current scene and that force parameter controls namespace merging vs replacement. However, it does not mention other side effects like creating new nodes or affecting selection state. The description is moderately transparent but could be more thorough.

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—only two sentences. The first sentence conveys the primary action and supported formats, and the second sentence explains a key behavior (return filtering) that helps protect token budget. No unnecessary words or 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?

Given that the tool has an output schema and full parameter coverage, the description sufficiently covers the import action, supported formats, and the forced merging behavior. It does not mention error conditions or prerequisites (e.g., file existence), but these are often implicit in Maya tools. Overall, it is complete enough for an AI agent to use correctly.

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%, so the parameters are well-documented in the schema. The description adds no new information about the parameters beyond what is already in the schema. Thus, a baseline score of 3 is appropriate.

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 tool's action ('Import a file into the current Maya scene') and lists supported formats. It distinguishes itself from siblings like scene.open (which opens a new scene) and scene.export (which exports). The note about returning only top-level transforms adds specificity.

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 implies when to use the tool (to import a file into the current scene) but does not explicitly state when not to use it or provide alternatives among siblings. For example, it does not advise against using import when a file should be opened as a new scene instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GimbalGoats/GG_MayaMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server