Skip to main content
Glama
gloveboxes

rigol-mcp

by gloveboxes

idn

Read oscilloscope identity (model, serial, firmware) and LAN/session/driver diagnostics to troubleshoot connection problems.

Instructions

Read identity (model, serial, firmware) and LAN/session/driver diagnostics. Failure is reported in diagnostic text; inspect it, not only the MCP success flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It adds a critical warning: failure is reported in diagnostic text and the MCP success flag alone is insufficient. This goes beyond a simple 'read' statement and alerts the agent to inspect the actual output.

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?

The description is two sentences with no filler. The first states the core function, and the second provides essential operational guidance. Every sentence earns its place and the most important warning is naturally integrated.

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, no-output-schema tool, the description provides sufficient context: what is read and how to interpret failure. It does not explicitly state that the operation is read-only, but the verb 'Read' strongly implies it, and no other behavioral details seem essential.

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 has zero parameters and schema coverage is 100%, so the baseline for parameter semantics is 4. The description correctly focuses on behavior rather than parameter details, and no additional parameter documentation is needed.

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?

The description uses a specific verb ('Read') with a clear resource: identity (model, serial, firmware) plus LAN/session/driver diagnostics. This is detailed enough to distinguish from siblings like get_capabilities or check_error, which target different data.

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 description implies when to use the tool—whenever identity or diagnostic information is needed—but it does not explicitly state alternatives or exclusions. There is no mention of when not to use it or which sibling tool might be more appropriate for related but distinct queries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.