Skip to main content
Glama
matsvandamme

fishball-sdr-mcp

by matsvandamme

Transmit status

sdr_tx_status
Read-onlyIdempotent

Report transmitter status: transmit enable, TX LO and powerdown state, sample rate, bandwidth, DDS tone generators, and cyclic buffer state. Works even when transmitting is disabled.

Instructions

Report what the transmitter is doing: whether transmitting is enabled at all, the TX LO and its powerdown state, sample rate, bandwidth, every DDS tone generator, and whether this server started a cyclic buffer that is still running. Always available, even when transmitting is disabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNomarkdown for reading, json for structured outputmarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already carry the safety profile (readOnly, idempotent, non-destructive), and the description adds genuinely useful context: the tool remains usable while transmitting disabled and reports whether a cyclic buffer is still running. These details go beyond annotation-provided facts.

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 compact: one sentence lists all the reported state items without filler, and a second sentence adds an important behavioral note. It is well front-loaded and occupies no unnecessary words.

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 read-only tool with no required parameters, complete schema coverage, and an output schema, the description is complete enough. The only missing piece is a comparison with overlapping sibling tools, which is covered in the usage dimension.

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 provides complete descriptions of the single optional parameter, so the description adds nothing about parameters. With 100% schema coverage, the baseline of 3 is appropriate.

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 identifies the action and resource ('Report what the transmitter is doing') and lists specific state items, so an agent knows exactly what the tool returns. However, it does not explicitly differentiate itself from sibling tools like sdr_tx_chain_state, which may also report transmit-related state.

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?

No explicit when-to-use guidance is provided, and no alternative tools are mentioned. The note about being 'always available' is a behavioral trait, not a routing instruction, so the agent gets no direct help choosing between this tool and similar status or state tools.

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