Skip to main content
Glama
vino3dx
by vino3dx

viewport_stats

Read-only

Check each viewport's resolution, identify the active viewport, view type, and camera name in 3ds Max to solve scene setup and orientation issues.

Instructions

返回每个视口的分辨率、当前活动视口编号、当前视图类型与活动相机名。 [English] Return each viewport's resolution, the active viewport index, the current view type and the active camera name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful detail about what information is surfaced and consistently reads as a pure query. No side effects are claimed or implied, and nothing contradicts the annotations.

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 and front-loaded, listing the exact result fields with no filler. The bilingual duplication is purposeful and does not add meaningful length.

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 zero-parameter read-only query, the description is essentially complete: it states what is returned and aligns with the safe annotations. It could additionally specify the exact output structure or possible view type values, but that is not necessary for correct selection and invocation.

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 tool has zero parameters, so the baseline of 4 applies. There is no parameter-specific behavior to document, and the schema confirms no inputs are expected.

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 states a specific read operation and enumerates the exact data returned: each viewport's resolution, active viewport index, view type, and active camera name. This clearly distinguishes it from sibling tools that capture, set, or modify viewports.

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 return-oriented language makes it clear this is the tool for inspecting viewport state rather than changing or capturing viewports. It lacks explicit 'use this instead of X' exclusions, but the context is strong enough that an agent can route correctly.

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