Skip to main content
Glama
RFingAdam
by RFingAdam

cmw_rf_route_set

Assign a front-panel connector and internal converter to a measurement or generator application on the CMW500, with per-application routing to prevent resource conflicts between technologies.

Instructions

Route a measurement or generator application to a front-panel connector and internal converter, e.g. 'RF1C,RX1'. Routing is per-application: setting it for GPRF does nothing for WLAN, Bluetooth or LTE. A converter serves one application at a time, which is what produces resource conflicts when two technologies run at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
pathNoConnector and converter as '<connector>,<converter>', e.g. 'RF1C,RX1' for a measurement or 'RF1C,TX1' for a generator. Omit for the conventional single-DUT path.
portNo
applicationYesWhich application to route
meas_instanceNo
Behavior3/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 reveal a key behavioral trait: routing is per-application and converters serve one application at a time, leading to conflicts. However, it omits other important behaviors such as side effects on previously set routes, error behavior in conflict situations, and any prerequisites or reversibility concerns.

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 two sentences, front-loaded with the action and example, followed by two essential caveats about per-application isolation and converter conflicts. Every phrase contributes meaning with no redundancy or filler.

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 core purpose and the key conflict behavior but leaves gaps: it does not mention the corresponding getter cmw_rf_route_get, does not explain what happens on a resource conflict (error? override?), and does not clarify the role of parameters like host, port, and meas_instance. Given 5 parameters, no annotations, and no output schema, the description is functional but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents 'path' and 'application'; the description adds a concrete example and clarifies the per-application semantic. Yet with only 40% schema description coverage, host, port, and meas_instance remain unexplained in both schema and description. The description provides some added meaning but does not fully compensate for the missing parameter documentation.

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: 'Route a measurement or generator application to a front-panel connector and internal converter', with a concrete example ('RF1C,RX1'). It also distinguishes from the sibling getter cmw_rf_route_get by emphasizing the per-application routing behavior, making the purpose unambiguous.

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 contextual guidance by explaining that routing is per-application and that converters cause resource conflicts when shared. This implies when to use it and what to watch for. However, it does not explicitly name alternatives like cmw_rf_route_get for reading routing or cmw_set_signal_path for other path settings, so a fully explicit when/when-not comparison is missing.

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