Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

set_channel

Configure an analog channel on a Rigol MHO98 oscilloscope: set scale, offset, coupling, probe ratio, bandwidth limit, impedance, position, and label. Changes only the parameters you specify.

Instructions

Configure an analog channel (CH1..CH4). Only given parameters are changed.

scale: V/div (1 mV..10 V/div at 1 MΩ/1X, 200 µV..1 V/div at 50 Ω/1X; range scales with the probe ratio) offset: vertical offset in V (range depends on scale and impedance) coupling: AC|DC|GND probe: attenuation ratio 0.001..50000 (discrete 1-2-5 steps plus 15-series values; custom ratios allowed) bw_limit: OFF|ON|20M|250M impedance: OMEG (1 MΩ) | FIFTy (50 Ω); accepts 1M/50 aliases position: vertical position (bias voltage) in V, per manual 3.6.14 label: channel label text; show_label: display the label vernier: fine adjustment of the vertical scale units: WATT|AMPere|VOLTage|UNKNown tcal: delay calibration time in s, -100 ns..100 ns

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tcalNo
labelNo
probeNo
scaleNo
unitsNo
invertNo
offsetNo
channelYes
displayNo
vernierNo
bw_limitNo
couplingNo
positionNo
impedanceNo
show_labelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose the important non-destructive trait that unspecified parameters are preserved, which is genuine behavioral value, but says nothing about error behavior on invalid values, whether it requires the instrument to be idle, or how changes interact with an active acquisition.

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?

Front-loads the purpose and the critical partial-update caveat in two short sentences, then uses a compact per-parameter list. For a 15-parameter tool, this is tightly organized with no filler.

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?

An output schema exists, so return values need no explanation, and the param list covers most of a large parameter set. The remaining gaps are the undescribed invert and display parameters, which an agent cannot infer from the schema alone.

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 0%, so the description must compensate, and it does so well: it documents 12 of 15 parameters with units, ranges, and accepted values (e.g., scale ranges by impedance, bw_limit OFF|ON|20M|250M, coupling AC|DC|GND, 1-2-5 probe steps). It omits invert and display entirely, leaving two params undocumented in both places.

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?

States a specific verb (Configure) and resource (analog channel CH1..CH4), and adds the partial-update semantics ('Only given parameters are changed'). This clearly separates it from read-oriented siblings like get_channel and get_channel_full.

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

Usage Guidelines3/5

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

The 'Only given parameters are changed' clause implies this is a targeted partial update rather than a bulk reset, which is useful context. However, it never names when to use this vs alternatives like autoscale or set_autoset_options, nor any prerequisites or exclusions.

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