Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

configure_bus_lin

Set an oscilloscope bus to LIN decoding and configure its source, LIN version, baud rate, parity, and display.

Instructions

Set Bus to LIN decoding and configure it (manual 3.4.15).

source: LIN line source CH1..CH4 or D0..D15 standard: LIN bus version V1X|V2X|MIXed (default MIXed) baud: 2.4 kbps..20 Mbps in bps (default 9600) parity: include the parity bit in the decoded frames display: enable the decoding bus

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
busYes
baudNo
parityNo
sourceNo
displayNo
standardNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.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 behavioral burden. It states defaults for standard and baud, but says nothing about what happens to an already-configured bus, whether mutation is reversible, whether it requires the instrument to be stopped, or any permission/state requirements. For a mutation tool with zero annotation coverage this is a significant gap.

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?

Purpose is front-loaded in the first sentence and the remaining lines are a compact one-line-per-parameter list. Efficient, though the parenthetical manual reference and the mixed sentence style are slightly informal.

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 all parameters are covered. However, for a state-mutating configuration tool with no annotations, the description omits interaction with existing bus state and any preconditions, leaving the agent to infer behavior.

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 description coverage is 0%, so the description must compensate, and it does: it documents all six parameters including source valid ranges (CH1..CH4 or D0..D15), standard enum values (V1X|V2X|MIXed) with default, baud range and units with default, and the meaning of parity and display. This adds real meaning beyond the bare titles in the schema.

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

Purpose5/5

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

States a specific verb (configure/set) and resource (Bus <n> for LIN decoding), and the protocol name distinguishes it cleanly from the many sibling configure_bus_* tools (CAN, SPI, IIC, RS232, etc.). An agent can select it without opening the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the protocol-specific naming and the manual reference (3.4.15), but there is no explicit when-to-use guidance, no statement of prerequisites, and no mention of when to prefer the generic configure_bus or get_bus_config instead. Adequate but with clear gaps.

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