Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

set_trigger_video

Configure video trigger parameters on an MHO98 oscilloscope by selecting standard, mode, polarity, line, and level to stabilize video signal captures.

Instructions

Video trigger.

mode: ODDField|EVENfield|LINE|ALINes; polarity: POSitive|NEGative; line: 1 .. 1125 (limit depends on the standard); level: volts; standard: PALSecam|NTSC|480P|576P|720P60|720P50|720P30|720P25|720P24| 1080P60|1080P50|1080P30|1080P25|1080P24|1080I60|1080I50

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lineNo
modeNo
extraNo
levelNo
sourceNo
polarityNo
standardNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/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 burden. It lists parameter choices and constraints but does not state that this is a mutating configuration tool, whether acquisition must be stopped, what existing trigger settings are affected, or what happens on invalid values.

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 compact and front-loads the trigger type, then lists parameter details. It is somewhat dense and uses non-standard formatting, but it avoids filler and stays appropriately short.

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?

For a 7-parameter mutation tool with no annotations and no schema descriptions, the description is incomplete. It covers several parameter constraints but omits source and extra, gives no usage guidance, and adds no behavioral context. An output schema exists, so return values need not be explained.

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

Parameters3/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. It documents allowed values and constraints for mode, polarity, line, level, and standard, but it omits the source and extra parameters and does not fully define the 'extra' object.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says only 'Video trigger' without an explicit verb, so the action (set/configure) must be inferred from the tool name. It does identify the specific trigger type, but it does not distinguish this tool from sibling trigger setters in prose.

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 guidance on when to use this video trigger versus edge, pulse-width, slope, runt, window, or other trigger tools. No prerequisites, alternatives, or exclusions are given.

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