Skip to main content
Glama
wolog1

siglent-sds-mcp

by wolog1

safe_scpi_query_tcp

Send read-only SCPI queries ending in '?' to SIGLENT SDS800X HD oscilloscopes via raw TCP, enabling safe data retrieval and measurement without altering instrument state.

Instructions

Send a read-only SCPI query ending in '?' through raw TCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the critical behavioral trait of being read-only, which is essential for safe invocation. It also adds the '?' suffix requirement, giving guidance on the expected command format. However, it omits details about connection prerequisites or error handling, so it is not a 5.

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 a single sentence with no filler. It front-loads the verb and immediately conveys the key constraints and transport, making it highly efficient.

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?

The tool is simple and has an output schema, but the description omits prerequisite information such as the need for an active TCP connection (given the sibling tool connect_tcp). This could lead to invocation errors. The safety and command format are covered, but the connection dependency is a notable gap.

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 schema has no description coverage (0%), so the description must compensate. It does so by defining the 'command' parameter as a read-only SCPI query ending in '?', providing clear format guidance beyond the bare string type.

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'), defines the resource ('SCPI query'), and includes clear constraints ('read-only', 'ending in ?') and transport ('raw TCP'). This strongly distinguishes it from sibling tools like measure_tcp or auto_setup_tcp.

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?

The description clearly conveys the tool is for read-only SCPI queries, which establishes a clear usage context. It does not explicitly mention alternatives or exclusions, but the 'read-only' and 'ending in ?' constraints effectively tell the agent when this tool is appropriate.

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/wolog1/siglent-sds-mcp'

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