Skip to main content
Glama
sbrunner-atx

io.github.sbrunner-atx/wsjtx-mcp

by sbrunner-atx

wsjtx_call

Build and send any WSJT-X message type by name, with optional fields for customizing reply, free text, or configuration in amateur radio weak-signal modes.

Instructions

Escape hatch: build and send any WSJT-X message type by name.

message is a type name (heartbeat, clear, reply, close, replay, halt_tx, free_text, location, highlight, switch_configuration, configure). fields is a dict of builder arguments for that type (see protocol.build_* signatures), e.g. message="configure", fields={"mode":"FT8","rx_df":1500}.

The same transmit gate applies: a keying message — reply, or free_text with send=true — is refused unless WSJTX_CALLSIGN is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNo
messageYes
instanceNo
Behavior4/5

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

Discloses that keying messages are refused unless WSJT_CALLSIGN is set. Lists allowed message types. No annotations provided, so description carries full burden; mentions mutation (build and send) but lacks details on error behaviors.

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 efficient sentences plus an example; each sentence adds value, front-loaded with purpose. No wasted words.

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 no annotations or output schema, the description provides reasonable guidance but lacks details on return values, errors, and the 'instance' parameter. Adequate but not complete for a 3-param tool.

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?

Explains 'message' and 'fields' parameters with examples and allowed values. However, 'instance' parameter is not described. Schema coverage is 0%, so description compensates partially but not fully.

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?

Clearly states 'Escape hatch: build and send any WSJT-X message type by name.' Lists allowed message types, distinguishing it from sibling specific tools like clear, configure, etc.

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?

Labels itself as 'escape hatch' implying use when no specific tool exists. Provides examples and notes a transmit gate condition, but doesn't explicitly state when not to use or alternatives.

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/sbrunner-atx/wsjtx-mcp'

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