Skip to main content
Glama

tune_to

Tune fldigi to a signal-hunt candidate by setting modem, carrier frequency, AFC on, and RxID off so RSID bursts don't retune mid-pass. Check lock status via modem quality after 20 seconds. Does not transmit.

Instructions

Set fldigi to a signal_hunt candidate: modem by fldigi name (e.g. 'RTTY', 'BPSK31', 'OLIVIA-8/250', 'MFSK16', 'DOMEX11', 'MT63-500'), the audio carrier, AFC on, and RxID off by default so another station's RSID burst cannot retune the modem mid-pass. Read the result with text read after 20 seconds; modem get_quality says whether it locked. Does not transmit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afcNo
rxidNo
carrier_hzYes
fldigi_modemYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.3.1

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It discloses that AFC is on and RxID is off by default, explains why RxID is off (to prevent retuning), and explicitly states it does not transmit. This provides a clear safety profile and operational behavior, though it doesn't mention any other side effects or requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat long but every sentence adds value. It front-loads the purpose, then details settings, then provides follow-up verification steps. The structure is logical and efficient, though it could be slightly more concise without losing information.

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 tuning tool with no output schema and no annotations, the description is fairly complete. It covers what it does, parameter details, behavioral defaults, and how to verify success. It doesn't mention error conditions or prerequisites, but for this type of tool it is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain all parameters. It does: fldigi_modem with examples, carrier_hz as 'audio carrier', afc default on, rxid default off, and the rationale for rxid. This adds meaning far beyond the schema, which has no parameter descriptions.

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 tool's action: 'Set fldigi to a signal_hunt candidate' and specifies the key settings (modem, carrier, AFC, RxID). It includes concrete examples of modem names and explicitly states 'Does not transmit,' distinguishing it from transmit tools. The purpose is specific and unambiguous.

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?

The description provides clear context: it is for signal_hunt candidates and it tells the user to read the result via 'text' and check lock via 'modem get_quality.' It implies when to use it (when tuning to a candidate) but doesn't explicitly mention alternatives or when not to use it beyond 'Does not transmit.' However, the follow-up steps are helpful for correct usage.

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