Skip to main content
Glama
gloveboxes

rigol-mcp

by gloveboxes

single

Arm one acquisition on a Rigol oscilloscope and return status without waiting for trigger. Verify STOP via get_scope_state before downloading.

Instructions

Arm one acquisition; return status without waiting for its trigger. Check get_scope_state for STOP before downloading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations exist, so the description carries the burden of behavioral disclosure. It reveals the non-blocking/asynchronous nature of the call and the precondition check for downloads, which are important behavioral traits beyond the tool name.

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 concise, purposeful sentences. The main action is front-loaded, and the important follow-up check is included without unnecessary detail.

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 simple parameterless tool, the description provides the essential action and the relevant follow-up state check. It does not detail possible status return values or trigger configuration prerequisites, but these are not strictly required to invoke the tool.

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 an empty schema, so parameter documentation is not needed. Baseline 4 applies because there are no parameters to explain.

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 states a specific action ('Arm one acquisition') and clearly specifies the behavior ('return status without waiting for its trigger'). This distinguishes it from related tools like run, stop, and set_trigger.

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?

It gives clear context for when to use the tool: arm one acquisition and do not block waiting for the trigger. It also instructs checking get_scope_state for STOP before downloading, providing a sequencing guideline, though it does not explicitly name alternative tools or exclusions.

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