Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

get_navigate_config

Retrieves the navigation configuration from a Rigol MHO98 oscilloscope. Use it to read current settings and verify how the instrument is configured.

Instructions

Read back the navigation configuration (manual 3.23.1-3.23.4).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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?

With no annotations, the description carries the burden, but 'Read back' does clearly imply a non-mutating read operation, which is valuable safety context. It stops there: no mention of whether the call has side effects, chaining requirements with configure_navigate, or device-state dependencies.

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?

A single front-loaded sentence with no padding. The manual section citation is compact, though its value is marginal for an agent that cannot open the manual.

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 there are no parameters to document. However, for a read-back tool sitting among many configure/get pairs, the description omits the usage context and relationships an agent would need to invoke it confidently.

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?

The tool takes zero parameters, so the baseline of 4 applies; there is nothing for the description to clarify about arguments.

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?

States a specific verb ('Read back') and resource ('navigation configuration'), which cleanly separates it from the sibling configure_navigate and navigate_to_event. The manual reference adds a concrete anchor, though it doesn't spell out the difference from siblings explicitly.

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 says nothing about when to call this versus configure_navigate (its write counterpart) or navigate_to_event. There is no context, no prerequisite, and no exclusion stated; the agent must infer usage from the name alone.

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