Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

agilentdsox2012a_query_scpi

Read-only

Send read-only SCPI queries to retrieve measurements and status from an Agilent DSO-X 2012A oscilloscope.

Instructions

Send a read-only DSO-X 2012A SCPI query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description adds no behavioral information beyond what the annotations already provide. It repeats the readOnlyHint as 'read-only' without disclosing any additional traits such as whether a response is expected, timeouts, or error behavior. Given the annotations already declare safety, the description contributes little.

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

Conciseness4/5

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

The description is one short sentence, free of fluff, and front-loads the key information. It is appropriately concise for a simple tool, though a slight expansion would improve clarity without hurting conciseness.

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?

Given the tool's low complexity (1 parameter), existing annotations, and output schema, the description is minimally adequate. It tells the agent this is a read-only SCPI query for a specific device, but leaves out context about command syntax and return behavior, which the output schema may not fully cover.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'command' has no schema description and the description does not explain what constitutes a valid SCPI command or provide examples. With 0% schema coverage, the description should compensate but instead offers no guidance on formatting or expected syntax.

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 'Send' with a clear resource 'DSO-X 2012A SCPI query' and explicitly marks it as 'read-only', distinguishing it from the sibling write_scpi tool. It clearly identifies the device and the operation type, avoiding any ambiguity.

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 'read-only' qualifier implies this is for querying rather than writing, but no explicit guidance is given on when to use this versus alternatives like the device-specific measure or acquire_waveform tools. There is no mention of when not to use it or mention of higher-level abstractions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/1622352030/lab-equipment-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server