Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

sdg1062x_write_scpi

Send protected SCPI commands to an SDG1062X signal generator, with guards against destructive or raw output commands unless explicitly confirmed.

Instructions

Send a protected setting command; destructive and raw output commands are guarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes
confirm_unsafeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds the concept of 'guarded' destructive and raw output commands, which is useful behavioral context not present in annotations. However, it does not explain what happens when a guarded command is attempted or how confirm_unsafe influences behavior, so transparency is only partially improved.

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 a single sentence, immediately front-loaded with the main action. It is concise and free of redundant filler, though the vague terminology slightly reduces its efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool sends arbitrary SCPI commands to an instrument and has a safety guard, the description is too sparse. It omits the meaning of confirm_unsafe, what commands are considered protected or destructive, and the behavior when a guarded command is sent. The presence of an output schema does not compensate for these operational gaps.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain either parameter. 'command' and 'confirm_unsafe' are left completely undefined; the description mentions protection but not how the confirm_unsafe flag relates to it. No value is added beyond the parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the action as 'Send a protected setting command,' which conveys a verb and resource, but 'protected' and 'guarded' are vague and do not clearly distinguish it from other write_scpi tools. It does not specify what kinds of commands are allowed or blocked, leaving purpose only partially clear.

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

Usage Guidelines2/5

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

The description does not explicitly state when to use this tool versus query_scpi or other write_scpi variants. It hints that destructive and raw output commands are guarded, but does not say when to use alternatives or how to handle guarded commands, offering no concrete usage guidance.

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