Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

load_setup_on_instrument

Load a .stp setup file from the MHO98 oscilloscope's internal storage by specifying its path to restore an instrument configuration.

Instructions

Load a .stp setup file from the instrument's own storage (:LOAD:SETup ).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/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 discloses the underlying SCPI command (:LOAD:SETup <path>) and that the file lives on the instrument, but says nothing about whether loading overwrites current settings, what happens on a missing/invalid file, or any required state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with the verb, resource, source, and the equivalent SCPI command — no filler.

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 the SCPI hint is useful. However, with no annotations and an ambiguous sibling (load_setup), the definition leaves the mutation semantics and the when-to-use decision unaddressed.

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?

With only one parameter and 0% schema description coverage, the description must compensate, and the embedded :LOAD:SETup <path> does clarify that the argument is an instrument-side file path rather than a host path. It does not give path syntax, extensions, or directory conventions.

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 (Load) and resource (.stp setup file) and pins down the source as the instrument's own storage, which implicitly separates it from the host-side load_setup sibling. It stops short of naming that sibling explicitly, so an agent must infer the routing.

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?

The description never says when to use this versus load_setup, nor any prerequisite such as the file already existing on the instrument or the state change it causes. The source-of-file phrase hints at usage but provides no explicit condition or exclusion.

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