Skip to main content
Glama
1622352030

lab-equipment-mcp

by 1622352030

agilent33500b_set_waveform

Set waveform parameters (function, frequency, amplitude, offset) on a signal generator with the channel output disabled to safely prepare a signal without affecting current output.

Instructions

Configure a standard waveform while the channel output is disabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
functionYes
frequency_hzNo
offset_voltsNo
amplitude_vppNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description adds the behavioral precondition that the output must be disabled, which is useful beyond the annotations (readOnlyHint=false, etc.). It does not disclose side effects or whether existing settings are overwritten, but it gives a meaningful operational constraint.

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, front-loaded sentence that efficiently conveys the core purpose and the key precondition. It is not overly verbose, though it sacrifices substance for brevity.

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?

With 4 parameters, no schema descriptions, and a sibling tool for detailed waveform setup, the description is too sparse. It does not clarify what a 'standard waveform' entails or how to choose between this and set_waveform_detail, making it inadequate for reliable usage.

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?

The description says nothing about the parameters (function, frequency_hz, offset_volts, amplitude_vpp), and the schema has 0% coverage. The agent has no guidance on valid values, units, or defaults. This is a critical gap for correct invocation.

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 states the tool configures a standard waveform and includes the condition that the output is disabled. It is specific enough to distinguish from simple get/set operations but does not explicitly differentiate from the sibling agilent33500b_set_waveform_detail.

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 phrase 'while the channel output is disabled' provides a clear contextual constraint, implying the tool should be used before enabling the output. However, it does not explicitly mention when to use this versus set_waveform_detail or other alternatives, so guidance is limited.

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