Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

sdg1062x_set_output

Enable or disable signal generator output per channel. Require explicit confirmation before enabling to ensure safe cabling/load conditions.

Instructions

Disable output freely or enable it after explicit cabling/load confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes
enabledYes
confirm_enableNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false, but the description adds critical safety context about enabling output requiring confirmation. This goes beyond the structured annotations, though it does not elaborate on other behavioral aspects like error handling or return values.

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 concise sentence with no wasted words, but it sacrifices clarity for brevity. Terms like 'freely' and 'explicit confirmation' are ambiguous, yet the overall size is appropriate.

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?

The description lacks essential context for a tool with no schema coverage. It does not explain the channel parameter, the exact role of confirm_enable, or what happens if enable is requested without confirmation. The safety warning is useful but incomplete for correct invocation.

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 input schema has 3 parameters including required channel and enabled, plus confirm_enable, but the description does not explicitly name or explain any of them. 'After explicit cabling/load confirmation' hints at confirm_enable but does not map it clearly, and channel is completely undocumented. With 0% schema description coverage, this is inadequate.

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 clearly states the tool's function: disabling output freely or enabling it under a safety condition. This distinguishes it from sibling tools like sdg1062x_set_output_load and sdg1062x_set_output_polarity, which handle different output settings.

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 provides explicit guidance on when to disable (freely) versus enable (after cabling/load confirmation), giving the agent a clear decision rule. It does not explicitly name alternatives, but this is not necessary for a basic setter tool.

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