Skip to main content
Glama

arb_set_amplitude

Set the output signal amplitude in Vpp on a specified waveform generator channel.

Instructions

Set the output amplitude in Vpp on the waveform generator.

Args: channel: Channel number (1 or 2). amplitude: Amplitude in Vpp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes
amplitudeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the action and units but does not mention side effects, error behavior, valid ranges, or whether the setting is immediate/persistent. 'Set' implies mutation, but nothing is disclosed about what happens on invalid input or whether the change requires the output to be enabled.

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 extremely efficient: one imperative sentence followed by two short parameter lines. The main action is front-loaded, and there is no filler or repetition of schema structure.

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?

For a two-parameter tool with an output schema, the description covers the core operation and parameter semantics. However, it omits practical details an agent needs for correct use, such as amplitude limits, channel validation, and whether the output must be enabled. These are notable gaps but not crippling given the simple signature.

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?

Since schema description coverage is 0%, the description compensates by explaining channel as 'Channel number (1 or 2)' and amplitude as 'Amplitude in Vpp'. This adds real value beyond the raw integer/number types in the schema. No minimum/maximum amplitude constraints are given, but the key semantics are covered.

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 starts with the verb 'Set', names the resource 'output amplitude', specifies the unit 'Vpp', and identifies the target device 'waveform generator'. This clearly distinguishes it from sibling setters like arb_set_offset or arb_set_output_load.

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 offers no guidance on when to use this tool versus alternatives, nor does it mention prerequisites like valid amplitude range, output enable state, or when this setter should be preferred over similar set functions. The context is only implied by the tool name and sibling set values.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/colingimenez/SCPI_MCP'

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