Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

configure_la

Set up logic analyzer digital channels D0-D15: enable or label channels, choose active channel, set voltage threshold, pod display, sort order, and waveform size.

Instructions

Logic analyzer digital channels D0..D15.

digital_channel like 'D3' plus channel_enable to turn one channel on/off and label to set its name; threshold: logic threshold voltage, -15 V .. +15 V, applied to the channel group selected by pod (1: D0-D7, 2: D8-D15); with a digital_channel the group is derived from it; without either, both groups are set (global threshold); active: currently selected digital channel D0..D15 (must be enabled); autosort: D0D15|D15D0 display order; size: SMALl|MEDium|LARGe waveform size (LARGe needs <= 8 channels on); pod + pod_display: enable/disable an entire channel group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
podNo
sizeNo
labelNo
activeNo
enableNo
autosortNo
thresholdNo
pod_displayNo
channel_enableNo
digital_channelNo

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 full behavioral burden. It usefully discloses constraints (threshold range -15..+15 V, LARGe needs <= 8 channels on, active channel must be enabled), but never states that this mutates instrument state, whether changes persist or apply immediately, or any permissions needed.

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?

Dense but appropriately sized for 10 parameters, and the resource scope is front-loaded. The semicolon-chained layout is a bit cramped and cryptic in places (e.g., 'SMALl|MEDium|LARGe'), but each clause carries parameter meaning.

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 no explanation, and most parameter semantics are covered. Yet for a 10-parameter mutation tool with zero annotations and zero schema descriptions, the absence of any when-to-use framing and the unexplained 'enable' parameter leave gaps.

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 coverage is 0%, so the description must compensate, and it does so for nearly every parameter with meaning and format hints ('D3', D0D15|D15D0, SMALl|MEDium|LARGe, pod groups 1/2, global threshold fallback). It leaves the standalone 'enable' parameter unexplained and does not clarify its relation to channel_enable.

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 names the resource (logic analyzer digital channels D0..D15) and the configurable aspects (enable, label, threshold, pod, display), so an agent understands it configures LA digital channels. However, it opens with a topic fragment rather than a verb-led purpose statement and never distinguishes itself from the read-side sibling get_la_config.

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 and no mention of the alternative get_la_config for reading current LA settings. The description only describes parameter interactions (e.g., 'with a digital_channel the group is derived from it'), which is conditional semantics rather than usage guidance.

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