Skip to main content
Glama

export_file

Export 3ds Max scenes or selected objects to files in formats like FBX, OBJ, STL, and 3DS. Choose to export entire scenes or only selected objects.

Instructions

从 3ds Max 导出场景或选中的对象到文件。

支持的格式包括 FBX、OBJ、STL、3DS 等。 可以导出场景中的全部对象或仅导出选中的对象。

Args: file_path: 导出文件的完整路径(包含扩展名)。 支持的格式:.fbx, .obj, .stl, .3ds, .dae 等。 selected_only: 是否仅导出选中的对象。 "true" 表示只导出选中对象。 "false"(默认)表示导出场景中所有对象。

Returns: dict: 操作结果。 - success (bool): 是否成功。 - file_path (str): 导出的文件路径。 - selected_only (bool): 是否仅导出选中对象。 - message (str): 操作描述信息。

示例调用 - 导出全部对象为 FBX: export_file(file_path="C:/Export/scene.fbx")

示例调用 - 仅导出选中对象为 OBJ: export_file(file_path="C:/Export/selected.obj", selected_only="true")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
selected_onlyNofalse
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's behavior: it exports from 3ds Max, supports multiple formats, allows selection scope, and returns a structured result dict. It covers key aspects like success status and message, though it could add more on permissions, file overwriting, or error handling.

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

Conciseness4/5

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

The description is well-structured with clear sections (purpose, supported formats, scope, args, returns, examples) and front-loaded key information. It is appropriately sized but could be slightly more concise by integrating some details (e.g., format list in args) more tightly.

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 the complexity (export tool with format and scope options), no annotations, and no output schema, the description is largely complete. It covers purpose, parameters, returns, and examples. However, it could improve by mentioning potential side effects (e.g., file system changes) or integration with sibling tools like 'import_file' for a fuller context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must fully compensate. It does so excellently: it explains both parameters ('file_path' and 'selected_only') in detail, including format support, default values, and usage examples. This adds significant meaning beyond the bare schema, fully documenting the parameters.

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 purpose with specific verbs ('从 3ds Max 导出场景或选中的对象到文件') and distinguishes it from siblings by focusing on export functionality. It specifies the resource (scenes or selected objects from 3ds Max) and the action (export to file), making it immediately distinguishable from import, creation, or manipulation tools in the sibling list.

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 for when to use this tool (exporting from 3ds Max) and mentions supported formats and scope options (all objects vs. selected only). However, it does not explicitly state when NOT to use it or name alternatives (e.g., compared to 'import_file' or 'save_scene'), which prevents a perfect score.

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