Skip to main content
Glama

import_file

Import 3D models and assets into Autodesk 3ds Max scenes from external files. Supports formats like FBX, OBJ, ABC, STL, and 3DS to add objects to your current project.

Instructions

在 3ds Max 中导入外部文件。

支持的格式包括 FBX、OBJ、Alembic(ABC)、STL、3DS 等 3ds Max 能识别的文件格式。 导入的对象将被添加到当前场景中。

Args: file_path: 要导入的文件完整路径。 支持的常见格式:.fbx, .obj, .abc, .stl, .3ds, .dae 等。

Returns: dict: 操作结果。 - success (bool): 是否成功。 - file_path (str): 导入的文件路径。 - message (str): 操作描述信息。

示例调用: import_file(file_path="C:/Models/character.fbx")

示例调用: import_file(file_path="C:/Models/terrain.obj")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that imported objects are added to the current scene (behavioral trait) and mentions supported formats, but doesn't address potential limitations like file size constraints, permission requirements, error handling, or whether the operation modifies existing scene data. It provides basic behavioral information but lacks depth for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized but not optimally structured. The core purpose is front-loaded, but the format listing could be more concise. The inclusion of both 'Args' and 'Returns' sections (which aren't standard MCP description elements) adds redundancy. Every sentence earns its place, but the organization could be cleaner.

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 mutation tool with no annotations and no output schema, the description provides adequate basic information but lacks completeness. It covers the what and how of importing, but doesn't address error scenarios, performance implications, or integration with sibling tools. The return format documentation helps, but more behavioral context would be beneficial given the tool's complexity.

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?

With 0% schema description coverage and only one parameter, the description compensates well by explaining what 'file_path' represents ('complete path of the file to import') and listing supported format extensions. It adds meaningful context beyond the bare schema, though it doesn't specify path format requirements or validation rules.

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 specific action ('import external files') and resource ('in 3ds Max'), distinguishing it from sibling tools like 'export_file', 'open_scene', or 'new_scene'. It specifies that imported objects are added to the current scene, which is a precise scope definition.

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

Usage Guidelines4/5

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

The description provides clear context about when to use this tool (to import various 3D file formats into 3ds Max) and lists supported formats, but doesn't explicitly state when NOT to use it or mention alternatives like 'open_scene' for different file operations. The context is well-defined but lacks explicit exclusions.

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/317431629/3dsMaxMCP'

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