Skip to main content
Glama

Get Glasses

zemax_get_glasses

Retrieve optical and manufacturing properties for glasses from specified catalogs to compare materials and support lens design decisions.

Instructions

List glasses and optical/manufacturing properties from catalogs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalogsYesComma-separated catalog names

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. 'List' strongly implies a read-only operation with no side effects, which is useful, but the description does not explicitly state read-only behavior, output shape, pagination, or failure conditions.

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 a single front-loaded sentence with no filler. It states the resource, the returned properties, and the source in the fewest words necessary.

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 one-parameter listing tool with full schema coverage, the description is mostly complete: it identifies the resource, source, and type of properties returned. It could optionally mention output format or whether all catalog glasses are returned, but nothing critical is missing.

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 the parameter documentation already explains that 'catalogs' is a comma-separated list of catalog names. The description adds 'from catalogs' but does not extend parameter meaning beyond the schema, so the baseline score of 3 applies.

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 states a clear verb and resource: list glasses and their optical/manufacturing properties from catalogs. It does not explicitly distinguish itself from close siblings such as zemax_filter_glasses or zemax_get_glass_catalogs, but the core purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says what the tool does but gives no guidance on when to use it versus alternatives like zemax_filter_glasses or zemax_get_glass_catalogs. No prerequisites, exclusions, or selection criteria are provided.

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