Skip to main content
Glama
RFingAdam
by RFingAdam

cmw_gen_set_level

Set the GPRF generator output level in dBm on a CMW500 to configure test signals, with a range of -130 to 0 dBm.

Instructions

Set GPRF generator output level in dBm

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
portNo
level_dbmYesOutput level in dBm (-130 to 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 does not mention side effects, reversibility, or whether this operation turns on the output. It simply says 'Set output level', leaving the agent unaware of any consequences or prerequisites.

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, front-loaded sentence with no fluff. It efficiently communicates the core action and resource, appropriate for a simple setter.

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?

Given the low complexity (one required parameter, no output schema), the description is adequate but minimal. It lacks information about return values, errors, or interaction with other generator states, but for a simple setter it may be sufficient. Still, no annotations or output schema increase the burden, leaving gaps.

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 only 33% (only level_dbm has a description). The tool description adds 'in dBm' which merely restates the schema's own description for level_dbm. It provides no additional meaning for host or port parameters, failing to compensate for the low schema coverage.

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 verb 'Set' and the resource 'GPRF generator output level', with the unit 'in dBm'. This distinguishes it from sibling tools like cmw_gen_set_frequency (frequency) and cmw_gen_output_on/off (enable/disable).

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., connected instrument, output enabled) or context like 'use after setting frequency'. The description only states the action, not the usage context.

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/RFingAdam/mcp-rs-cmw500'

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