Skip to main content
Glama
vino3dx
by vino3dx

get_max_version

Read-only

Retrieve the current 3ds Max version, build, languages, and unit system. Verify compatibility before using features that vary between releases.

Instructions

返回 3ds Max 年份、内部主版本号、版本字符串、构建号、界面语言、系统语言和单位制。在调用跨版本差异较大的功能(Substance、UV 展开、导出格式)前先确认版本。 [English] Return the 3ds Max year, internal major version, version string, build number, UI language, system language and unit setup. Check this before using features that differ between releases (UV unwrap, import/export formats, render engines).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, establishing a safe read-only operation. The description adds the preflight-check context but does not disclose any additional behavioral details such as response format, performance characteristics, or failure modes. The annotations carry the safety burden, so this is adequate but not rich.

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 concise and front-loaded, listing the return fields first and then the usage guidance. The bilingual repetition adds length but is likely intentional for the target audience; it does not include fluff or irrelevant detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only retrieval tool, the description is complete: it lists all returned information and explains when to invoke it. No output schema exists, but the enumerated fields sufficiently inform an agent about what to expect.

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?

The input schema has zero parameters and 100% schema coverage, so the description has no parameter semantics to add. Per the baseline for zero-parameter tools, this is fully adequate.

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 a specific verb ('return') and a specific resource (3ds Max version information), enumerating the fields returned: year, internal major version, version string, build number, UI language, system language, and unit setup. This makes the tool's purpose unmistakable and distinguishes it from nearby language/system-info tools.

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 gives explicit when-to-use guidance: check version before using features that differ between releases, such as UV unwrap, import/export formats, and render engines. It does not mention exclusions or alternative tools, but no obvious alternative exists for version retrieval, so the context is clear.

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