Skip to main content
Glama
erebusnz
by erebusnz

measure

Query built-in oscilloscope measurements on specific channels to obtain voltage, frequency, timing, and waveform parameter readings for signal analysis.

Instructions

Query a single-source built-in measurement on a channel. Stop acquisition first for stable readings. channel: CHAN1–CHAN4. item: VMAX, VMIN, VPP, VTOP, VBASE, VAMP, VAVG, VRMS, FREQUENCY, PERIOD, PWIDTH, NWIDTH, PDUTY, NDUTY, RTIME, FTIME, OVERSHOOT, PRESHOOT, PSLEWRATE, NSLEWRATE, TVMAX, TVMIN, VUPPER, VMID, VLOWER, VARIANCE, PVRMS, PPULSES, NPULSES, PEDGES, NEDGES. A return value of 9.9E37 is the scope's invalid/overflow sentinel — it means the measurement could not be computed (e.g. FREQUENCY returns 9.9E37 when the timebase is too narrow to show a complete cycle; widen scale and retry). For delay or phase between two channels use measure_between.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes
itemYesMeasurement item (e.g. FREQUENCY, VPP, VRMS)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes critical behaviors: the requirement to stop acquisition for stable readings, the meaning of the invalid/overflow sentinel value (9.9E37), and troubleshooting advice for specific cases like FREQUENCY errors. It does not cover all possible edge cases or error conditions, but provides substantial operational guidance.

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 appropriately sized and front-loaded, starting with the core purpose and immediate prerequisites. The list of items is necessary for clarity, and the explanation of the sentinel value and alternative tool usage adds value without redundancy. It could be slightly more structured but remains efficient and informative.

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?

Given the tool's complexity (measurement operations with potential errors) and lack of annotations or output schema, the description is largely complete. It covers purpose, usage, parameters, and key behavioral aspects like the sentinel value and acquisition requirement. It does not detail the return format or all error scenarios, but provides sufficient context for effective use.

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?

Schema description coverage is 50% (only 'item' has a description), but the description compensates well. It explains the 'channel' parameter range (CHAN1–CHAN4) and provides a comprehensive list of valid 'item' values with examples, adding significant meaning beyond the schema's enum and basic description. The description effectively clarifies parameter usage and constraints.

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 clearly states the specific action ('Query a single-source built-in measurement') and resource ('on a channel'), distinguishing it from sibling tools like 'measure_between' for two-channel measurements. It provides a comprehensive list of measurable items, making the purpose explicit and distinct.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool ('Query a single-source built-in measurement') and when not to ('For delay or phase between two channels use measure_between'). It also provides prerequisites ('Stop acquisition first for stable readings') and troubleshooting guidance for invalid results, offering clear alternatives and context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/erebusnz/rigol-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server