Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

m8811_write_scpi

Write safe, documented SCPI commands to lab instruments for routine control. Use guarded typed tools for dangerous writes.

Instructions

Run a safe documented M88 write; dangerous writes must use their guarded typed tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes
confirm_unsafeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations provide no safety hints (all false), so the description adds value by labeling writes as 'safe documented' and pointing dangerous ones to typed tools. However, it does not explain the purpose of the confirm_unsafe parameter or behavior when unsafe commands are sent, leaving a transparency gap.

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, tightly worded sentence that front-loads the purpose and includes the key alternative. No wasted words.

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 description covers the critical safe/dangerous distinction and references typed alternatives, but it omits parameter semantics and the role of confirm_unsafe. Given the tool's simplicity and the availability of sibling tools, it is minimally adequate but not fully complete for safe invocation without additional inference.

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?

Schema description coverage is 0%, and the description provides no explanation of the 'command' or 'confirm_unsafe' parameters. Agents are left without guidance on how to construct or validate the command string or when to set confirm_unsafe.

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

Purpose4/5

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

The description clearly identifies the action ('Run') and the target ('M88 write'), qualifying it as 'safe documented'. It distinguishes from siblings by noting dangerous writes belong to typed tools, but it is vague about the exact nature of the write beyond that distinction.

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

Usage Guidelines5/5

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

It explicitly states when to use the tool (safe documented writes) and when not to (dangerous writes must use guarded typed tools), providing clear actionable guidance for tool selection.

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