Skip to main content
Glama
RFingAdam
by RFingAdam

cmw_wlan_set_trigger

Set the WLAN trigger source to free run for continuous sampling or IF power to catch bursts, avoiding timeouts.

Instructions

Set the WLAN measurement trigger source. The instrument defaults to 'IF Power', which waits for the input to cross a threshold and will time out on infrequent bursts such as a beacon. Use 'Free Run' to sample continuously, or 'IF Power' to catch the burst itself. Call cmw_wlan_trigger_catalog for the sources this instrument supports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
portNo
sourceYesTrigger source spelled as the instrument spells it, e.g. 'Free Run' or 'IF Power'.
meas_instanceNoMeasurement instance (default: 1)
Behavior4/5

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

With no annotations, the description carries the full burden and does disclose key behaviors: the default source, threshold-crossing behavior, and timeout risk. It lacks explicit mention of immediate persistence or connection requirements, but the core behavioral context is well covered.

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?

Three sentences, front-loaded with the purpose, followed by behavior and a pointer to the catalog. Every sentence earns its place with no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple setter, it covers the main source options, default, and timeout caveat. It doesn't elaborate on meas_instance or return values, but the schema covers the default and no output schema is needed. Overall adequate for the tool's complexity.

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?

Schema coverage is 50%, with source and meas_instance described. The description adds meaning by comparing 'Free Run' and 'IF Power' beyond the schema's example. Host and port are generic and not described, but their purpose is self-evident and they are not required.

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 opens with a specific verb and resource: 'Set the WLAN measurement trigger source.' It clearly distinguishes this from sibling tools like cmw_wlan_trigger (which triggers a measurement) and cmw_wlan_trigger_catalog (which lists sources).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly explains when to use 'Free Run' versus 'IF Power', warns about timeout behavior on infrequent bursts, and directs the user to cmw_wlan_trigger_catalog for supported sources. This gives actionable guidance beyond the schema.

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