Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

set_awg_output

Control the MHO98 oscilloscope's built-in AWG by turning a selected generator channel output on or off.

Instructions

Turn generator channel output ON/OFF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
channelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only says on/off and does not disclose whether the operation is immediate, persistent, requires specific permissions, affects hardware output, or what happens for invalid channels.

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?

The description is a single, front-loaded sentence with no filler. It is appropriately concise, though it is perhaps too terse given the lack of annotations and parameter descriptions.

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

Completeness2/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. However, with no annotations and 0% schema description coverage, the description lacks enough behavioral and parameter context for confidently invoking a hardware-control mutation tool.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate, but it does not. It implies a channel and an ON/OFF state, yet does not state valid channel range, the boolean-to-ON/OFF mapping, or any other parameter semantics.

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 description states a specific verb and resource: turning the generator channel output on or off. It is clear what the tool does, but it does not distinguish itself from related AWG tools such as configure_awg, get_awg_config, or sync_awg_phase.

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 explicit when-to-use guidance, no prerequisites, and no mention of alternatives. The agent must infer when this tool is appropriate relative to the many sibling AWG configuration and query tools.

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