Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

save_setup_on_instrument

Store the current oscilloscope configuration as a .stp file on the instrument's own storage via SCPI, using a path/filename of up to 26 characters.

Instructions

Store the current setup as a .stp file on the instrument's own storage (:SAVE:SETup ). Filename max 26 characters.

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

A3.8/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral load; it does disclose the file format (.stp), the storage target, and the 26-character filename limit, which is genuinely useful. It omits whether an existing file is overwritten, permission/auth requirements, and failure behavior, leaving notable gaps.

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?

Two compact sentences with the operation stated first and the key constraint second; no filler. The critical filename limit is surfaced rather than buried.

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

Completeness4/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 with only one parameter the description covers the essential constraint. It is nearly complete, missing only overwrite/permission context for a write-to-storage operation.

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 for the single 'path' parameter. It adds real value by disclosing the filename length constraint and the underlying :SAVE:SETup <path> form, but does not clarify path syntax, valid directory, or extension handling.

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 (Store) and resource (current setup as a .stp file) plus the exact destination scope (the instrument's own storage), which cleanly separates it from the sibling save_setup and from the load_* tools. The SCPI command in parentheses confirms the operation unambiguously.

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?

The phrase 'on the instrument's own storage' implies when this is chosen over save_setup, but no alternative is named and no prerequisites or when-not conditions are given. Usage is inferable from context rather than stated.

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