Skip to main content
Glama
vino3dx
by vino3dx

list_max_classes

Read-only

Search the 3ds Max class registry by keyword to find installed plugins, materials, and tools, such as V-Ray, Corona, or RailClone.

Instructions

按关键字搜索 3ds Max 的类注册表,返回匹配的类名。这是发现「本机到底装了什么插件」的核心手段:例如搜索 Vray、FStorm、Corona、Substance、RailClone 就能得知可用材质与插件。 [English] Search the 3ds Max class registry by keyword and return matching class names. This is the primary way to discover what plugins a machine actually has: search for Vray, FStorm, Corona, Substance or RailClone to find available materials and tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo最多返回条数,默认 100。 | Maximum results, default 100.
keywordYes关键字,不区分大小写,例如 Vray。 | Keyword, case-insensitive, e.g. Vray.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/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, so the safe read-only nature is covered. The description adds useful registry-scope context and confirms it returns class names, but it does not disclose output format, pagination edge cases, or behavior on no matches. This is acceptable 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.

Conciseness5/5

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

The description is compact, front-loaded with the core purpose, and includes concrete search examples that make the tool's value immediately understandable. The bilingual structure is useful for the audience and does not bloat the message.

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 simple two-parameter read-only search tool, the description gives enough context: what it searches, what it returns, and why it matters. There is no output schema, but the description clearly states the return is matching class names. Minor missing details like error or empty-result behavior are not critical here.

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 both keyword and limit are already documented, including case-insensitivity and the default limit. The description repeats the keyword concept and offers examples, but it does not add meaningful semantics beyond what the schema already provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: search the 3ds Max class registry by keyword and return matching class names. It also adds a concrete use case—discovering installed plugins—which helps distinguish it from scene-level tools, though it does not explicitly name or contrast sibling tools like list_scene_classes.

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 clear context for when to use it: to discover what plugins/materials are actually installed on a machine, with examples like Vray, FStorm, and Corona. It does not, however, state when not to use it or mention alternatives, so it stops short of explicit routing.

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