Skip to main content
Glama

Nsc Detector Data

zemax_nsc_detector_data

Retrieve full detector data and aggregate statistics from a Zemax non-sequential detector, returning pixel values or summary stats for flux, power, or phase analysis.

Instructions

Read full detector data and aggregate statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataTypeNo1 incoherent flux, 2 coherent power, 3 coherent phase
quantityNoOptional exact detector quantity
maxValuesNoMaximum detector values returned; 0 returns statistics only
objectNumberYesDetector object number

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?

With no annotations, the description carries the full burden of behavioral disclosure, but it only vaguely indicates a read operation ('Read full detector data') and mentions aggregate statistics. It does not clarify side effects, required permissions, whether the detector must be loaded, or how errors are handled, which are important for an agent to invoke it correctly.

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 a single, front-loaded sentence that is appropriately sized and free of filler. It could be slightly more informative without becoming verbose, but it is well-structured for its length.

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

Completeness3/5

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

Given the tool has no annotations, no output schema, and four parameters (with full schema coverage), the description is minimally adequate. It hints at the return content ('full detector data and aggregate statistics') but lacks usage context and behavioral details that would help an agent decide when and how to use it relative to sibling detector tools.

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 all four parameters are fully documented in the input schema. The description adds no additional meaning beyond the schema, which is acceptable given the high coverage, but it does not help an agent understand parameter interactions or defaults.

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 ('Read') and resource ('full detector data and aggregate statistics'), making the core purpose understandable. However, it does not differentiate this tool from sibling tools like zemax_nsc_polar_detector_data or zemax_nsc_detector_pixel, so an agent cannot tell when to prefer this one over the others without further inference.

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 provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. It simply states what the tool does, leaving the agent to guess the appropriate context from the name and siblings.

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