Skip to main content
Glama

Get Extra Data

zemax_get_extra_data

Retrieve surface Extra Data (XDAT) values for a specified surface. Select parameter ranges to read specific values or all available XDAT entries.

Instructions

Read surface Extra Data (XDAT) values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endParameterNoLast XDAT parameter; 0 means all
surfaceNumberYesSurface number
startParameterNoFirst XDAT parameter

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. 'Read' implies a non-mutating operation, which is useful, but nothing is said about return format, whether XDAT exists on all surfaces, or what happens when parameters are out of range.

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?

A single front-loaded sentence with zero waste. It is terse but efficient rather than padded.

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

Completeness2/5

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

With no annotations, no output schema, and three parameters, the description is too thin to fully position the tool. It does not say what the returned XDAT values look like or how they relate to surface definitions.

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%, with startParameter, endParameter, and surfaceNumber all documented (including the '0 means all' default behavior), so the schema does the heavy lifting. The description adds no parameter detail beyond naming the concept.

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?

States a specific verb (Read) and resource (surface Extra Data / XDAT values), so an agent can distinguish it from the sibling set_extra_data. It lacks explicit differentiation from other getter tools such as get_surface, but the purpose itself 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?

No guidance on when to use this tool versus sibling getters (get_surface, get_surface_solves) or when to prefer set_extra_data. The agent must infer context from the name alone.

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