Skip to main content
Glama
sbrunner-atx

io.github.sbrunner-atx/wsjtx-mcp

by sbrunner-atx

annotate

Assign a numeric sort order to a DX call for WSJT-X Fox/Hound queue sorting. Lower numbers sort first; specify null to clear or 4294967295 to remove.

Instructions

Set a Fox/Hound sort-order annotation for a DX call (no transmit).

Niche DXpedition feature (AnnotationInfo): lets a server "score" callers so the Hound queue can be sorted by it. sort_order is a number (lower sorts first); omit it to send "no sort order"; pass 4294967295 (0xFFFFFFFF) to remove a call's entry from WSJT-X's internal table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dx_callYes
instanceNo
sort_orderNo
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool is non-transmitting and explains the effect of sort_order values, but lacks details on side effects, reversibility, or permissions.

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 extremely concise with three short sentences, no fluff, and front-loads the core purpose immediately.

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?

For a niche tool with no output schema and three parameters, it covers the main functionality and special values but omits the 'instance' parameter and any return value details, leaving some gaps.

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?

Schema description coverage is 0%. The description adds clear meaning for 'sort_order' but does not explain 'instance', leaving one parameter undocumented. 'dx_call' is self-explanatory from the name.

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 'Fox/Hound sort-order annotation for a DX call', and distinguishes it from siblings like 'clear' or 'transmit' by specifying it does not transmit.

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?

It explains the niche use case (server scoring callers for sorting Hound queue) and provides guidance on sort_order values, but does not explicitly contrast with alternatives or state when not to use.

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