Skip to main content
Glama

transmit

Control fldigi radio operations: key the radio, tune, send text or macros, and return to receive. Requires a configured callsign for keying operations.

Instructions

Transmitter control. operations: tx, tune, rx, abort, disable_tx, enable_tx, run_macro (value=id), get_max_macro_id, send (text=...), and timing information: tx_timing (value=test string), char_rates, char_timing (value=one character); both timings return 'samples : sample rate : seconds'.

Keying operations (tx, tune, run_macro, send) require a configured callsign; rx, abort, disable_tx and the timing operations never key and are always allowed. send queues text and transmits, auto-returning to receive by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
valueNo
operationYes
return_to_rxNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden, and it discloses meaningful behavior: keying vs. non-keying operations, callsign requirements, that rx/abort/timing operations are always allowed, and that send auto-returns to receive. This goes well beyond a basic statement of function, though it still omits details like error behavior or state changes from abort/disable_tx.

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 dense but every sentence earns its place: an overview, an operations list, a keying-behavior note, and the send auto-return default. It is front-loaded with 'Transmitter control' and the operation list, with no filler or repetition.

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 tool is complex with many operations, four parameters, no annotations, and no output schema, so the description must cover a lot. It covers operation semantics, timing return formats, keying restrictions, and the send default, but leaves unclear the full set of operation-specific value formats, especially for tune, and does not describe response/error behavior. It is adequate but has clear gaps.

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 description coverage is 0%, so the description compensates by explaining the operation string valuesgcd, including run_macro's value as an id, tx_timing's value as a test string, char_timing's value as a single character, and send's text parameter. It does not fully explain the value parameter for tune or all possible operation values, but it adds substantial meaning beyond the bare schema.

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 is 'Transmitter control' and enumerates specific operations (tx, tune, rx, abort, etc.), making the resource and available actions explicit. It does not explicitly differentiate from sibling tools like fldigi_call or tune_to, but the operation list and transmitter focus give sufficient clarity.

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 provides internal guidance about which operations key the transmitter and callsign requirements, but it does not state when to use this tool versus sibling alternatives such as rig, modem, tune_to, or fldigi_call. There is no explicit 'use this for X, use that for Y' routing, leaving tool-selection guidance mostly absent.

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