Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

get_system_config

Retrieve all writable :SYSTem settings from the oscilloscope, including beeper, language, power-on recall, panel lock, low-power mode, clock, AUX OUT, power status, and AUTO-key.

Instructions

Read back every writable :SYSTem setting (section 3.24): beeper, language, power-on recall mode, front-panel lock, low-power mode, on-screen clock, AUX OUT type, power status and AUTO-key enable.

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.4/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 the burden. 'Read back' implies a read-only, side-effect-free operation and the field enumeration hints at breadth, but there is no explicit statement about safety, timeout, or scope limits. It adds moderate context without contradicting anything.

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 well-formed sentence, no waste, but the long field list is information-dense and could be trimmed since the output schema already reports these values.

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?

With an output schema present, the return values need not be explained. The description covers scope (writable :SYSTem settings) sufficiently for a zero-param read tool, though it lacks usage guidance relative to siblings.

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?

Parameter count is 0, which sets the baseline at 4 under the rubric. No parameter semantics are needed and none are misleading.

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 (writable :SYSTem settings), and enumerates the exact fields covered. It is distinguishable from set_system (the write counterpart) and get_system_info, but the description doesn't explicitly name those siblings to route the agent.

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?

No when-to-use guidance, no mention of the alternative set_system for writes, and no note on when get_system_info would be preferable. 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