Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

configure_measure_setup

Configure oscilloscope measurement setup by setting source, category, All-Measure source, auto-cursor indicator, or clearing enabled measurement items.

Instructions

General measurement configuration.

source: default measurement source (CH1..CH4 / MATH1..4 / D0..D15); all_measure_source: All-Measure source (CH1..CH4, or OFF to disable); indicator: measurement auto-cursor on/off; category: measure menu category, 0=vertical, 1=horizontal, 2=other; delete_items: clear all enabled measurement items (:MEASure:DELete).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNo
categoryNo
indicatorNo
delete_itemsNo
all_measure_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries full behavioral disclosure. It usefully notes that delete_items clears all enabled measurement items (the destructive effect and SCPI command :MEASure:DELete), but omits whether settings persist, what instrument state is required, or what happens on default invocation.

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?

Front-loaded with a short purpose line followed by a compact per-parameter list; every line earns its place. The list form is easy to scan and wastes no words.

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?

An output schema exists so return values need not be explained, and parameters are well covered. However, as a mutation-config tool with no annotations, it lacks usage context, prerequisites, and sibling differentiation, leaving gaps for correct invocation decisions.

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: it documents all five parameters, including valid source values (CH1..CH4 / MATH1..4 / D0..D15), OFF semantics, boolean meaning for indicator, and category codes 0/1/2. Only minor formatting detail is lacking.

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 opening 'General measurement configuration' states a verb+resource, and the parameter enumeration clarifies what is configured (source, all-measure source, indicator, category, deletion). It is reasonably clear but does not distinguish itself from measurement siblings like set_measure_statistics, measure_item, or set_measure_sources_ab.

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?

There is no when-to-use guidance, no prerequisite/state requirements, and no mention of alternatives among the many measure-related siblings. The agent is left to infer purpose purely from the parameter list.

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