Skip to main content
Glama

open_scene

Load a specified .max scene file in 3ds Max, with options to save or discard current changes before opening.

Instructions

在 3ds Max 中打开一个场景文件。

该工具将加载指定的 .max 场景文件。

Args: file_path: 要打开的场景文件完整路径,必须是 .max 文件。 例如: "C:/Projects/MyScene.max" force: 是否强制打开(不提示保存当前场景)。 "true" 表示强制打开(不保存当前更改), "false"(默认)表示如果当前场景有更改会先尝试保存。

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

示例调用: open_scene(file_path="C:/Projects/MyScene.max")

示例调用 - 强制打开(不保存当前场景): open_scene(file_path="C:/Projects/MyScene.max", force="true")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
forceNofalse
Behavior4/5

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

With no annotations provided, the description carries full burden and does well. It discloses that the tool may prompt to save the current scene (unless force=true), which is important behavioral context for a file-opening operation. It also describes the return format (dict with success, file_path, message). However, it doesn't mention potential errors, performance implications, or authentication requirements.

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 appropriately sized and front-loaded with the core purpose first. The parameter explanations and examples are useful but slightly verbose (could be more concise). Every sentence earns its place by adding necessary information, though the structure could be tighter.

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 2-parameter tool with no annotations and no output schema, the description provides good completeness. It covers purpose, parameters with semantics, return format, and examples. However, it lacks information about error conditions, file format compatibility, or what happens if the file doesn't exist, which would make it fully comprehensive.

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?

With 0% schema description coverage, the description fully compensates by providing detailed parameter semantics. It explains that 'file_path' must be a complete path to a .max file with an example, and 'force' controls whether to save current changes with clear true/false meanings and default behavior. This adds substantial value beyond the bare schema.

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 ('打开一个场景文件' - open a scene file) and resource ('.max 场景文件' - .max scene file) in 3ds Max. It distinguishes itself from siblings like 'new_scene' (creates new), 'save_scene' (saves current), and 'import_file' (imports assets rather than opening full scenes). The purpose is unambiguous and well-defined.

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 load .max scene files) and implicitly distinguishes it from 'new_scene' (for creating empty scenes) and 'import_file' (for importing assets). However, it doesn't explicitly state when NOT to use it or name specific alternatives, 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