Skip to main content
Glama
zinntikumugai

rigol-oscilloscope-mcp

configure_meter

Configure the frequency counter or digital voltmeter on a RIGOL oscilloscope by selecting measurement mode, input source, and resolution to display the required reading.

Instructions

Configure the frequency counter or the digital voltmeter. Omitted items are left unchanged.

kind selects which one: "counter" or "dvm". Both only add a reading to the display; the acquisition is untouched and no output is driven. Read the value itself with get_meter_value.

mode for the counter is frequency / period / totalize (totalize counts events instead of measuring a rate). mode for the dvm is ac_rms / dc / dc_rms (ac_rms is the RMS with the DC component removed, dc the average, dc_rms the RMS of the whole signal).

source for the counter is "CH1"-"CH4" or a digital channel "D0"-"D15"; the dvm accepts analog channels only. enabled turns the reading on.

digits (the counter resolution, 3-6 digits) and totalize_enabled (the counter's totalize statistics) exist for the counter only. How they couple to the mode is enforced by the instrument, not host-side: digits is rejected while the mode is totalize, and totalize_enabled is invalid in totalize mode (it applies to frequency and period). A rejected write comes back as an error, so set the mode in the same call as the parameters that depend on it.

clear_totalize=true clears the totalized count. It is sent after the settings, so a single call can switch to totalize and start counting from zero. It is a counter-only item and the instrument accepts it in totalize mode only.

Specify at least one item to change. The device may snap values, so trust applied (the read-back value), not requested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
modeNo
digitsNo
sourceNo
enabledNo
clear_totalizeNo
totalize_enabledNo
Install Server

TDQS

A5/5.0
Behavior5/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, and it does so thoroughly. It discloses that the acquisition is untouched and no output is driven, that the device may snap values so the read-back 'applied' value should be trusted, and that rejected writes come back as errors. These are non-obvious behaviors that materially affect how an agent should use and interpret the tool.

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 long but every paragraph earns its place: it maps cleanly to parameter groups and dependency rules. The opening sentence states the core purpose, and later paragraphs are front-loaded with the parameter name before explaining semantics. The length is justified by the tool's conditional behavior across two device kinds.

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

Completeness5/5

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

For a configuration tool with 7 parameters, no output schema, and no annotations, the description provides complete context: it explains all parameter semantics, the counter/DVM distinction, parameter dependencies, error behavior, ordering of clear_totalize, and the meaning of the read-back value. An agent has enough information to construct valid calls and interpret responses.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must fully explain the parameters, and it does. It defines kind values, mode values per kind, source constraints per kind, digits and totalize_enabled coupling to mode, clear_totalize timing, and the requirement to specify at least one item. Every parameter in the schema gets meaningful semantic explanation beyond its raw name and type.

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 opens with a specific verb and resource: 'Configure the frequency counter or the digital voltmeter.' It clearly distinguishes this tool from other configure_* siblings by defining its scope as the meter display reading only, and even names get_meter_value as the complementary read operation. An agent can tell exactly what this tool is for and what it is not for.

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 tells the agent when to use this tool versus get_meter_value: configure here, read there. It also gives strong usage context, such as 'Omitted items are left unchanged,' 'Specify at least one item to change,' and 'set the mode in the same call as the parameters that depend on it.' This is actionable guidance for correct invocation.

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

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/zinntikumugai/rigol-oscilloscope-mcp'

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