Skip to main content
Glama
andy-qingcai

MHO98 MCP Server

by andy-qingcai

smb_connect

Connect the configured SMB share on the MHO98 oscilloscope to enable saving instrument data to network storage. Verify success with get_smb_status.

Instructions

Connect the configured SMB share (:SAVe:SMB:CONNect). Check the result with get_smb_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/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 only states the action and a verification step, omitting whether the connection requires prior configuration, whether it blocks, what errors may occur, or any side effects.

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 short sentences with zero waste, front-loading the action and then the verification step. Every sentence earns its place.

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?

For a zero-parameter connect action with an output schema present, the description tells the agent what it does and how to check the result. It implies the share must be configured but does not explicitly route the agent to configure_smb first; still, it is sufficient for the tool's simplicity.

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?

The tool takes zero parameters, so the baseline is 4. The description adds no parameter information because there are none, and the SCPI command is the only actionable detail beyond the empty 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 and resource ('Connect the configured SMB share'), includes the device-specific SCPI command, and distinguishes itself from configure_smb and smb_disconnect by focusing solely on the connect operation.

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

Usage Guidelines4/5

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

Explicitly directs the agent to verify the result with get_smb_status, which is clear context for post-invocation. However, it does not state prerequisites (e.g., configure_smb must have been called first) or any when-not-to-use conditions.

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