Skip to main content
Glama

io

Manage ARQ/KISS I/O port operations: check the active port, enable KISS, or enable ARQ for fldigi modem control.

Instructions

ARQ / KISS I/O port. operations: in_use (which port is active), enable_kiss, enable_arq.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.3.1

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It names operations but does not explain side effects, whether enable_arq/enable_kiss change persistent state, prerequisites, or what in_use returns. The mutating nature of 'enable' is implied but not stated.

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 short and front-loaded with the resource type followed by the operation list. There is minor grammatical awkwardness, but every clause contributes useful information and there is no redundancy.

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 single-parameter tool, listing the expected operation values is the core requirementakey information. Still, with no annotations and no output schema, the description leaves out when to use each operation and what behavior or result follows, making the definition minimally viable rather than complete.

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 only defines a required string 'operation' with no enum or description (0% coverage). The description compensates by listing the valid operation values and clarifying in_use as 'which port is active'. However, it does not explain the individual semantics or effects of enable_kiss and enable_arq beyond their names.

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 identifies the resource as an 'ARQ / KISS I/O port' and enumerates the operations it supports: in_use, enable_kiss, enable_arq. This gives an agent a concrete sense of what the tool does, though it stops short of an explicit verb phrase. The I/O-port focus also distinguishes it from comms siblings like modem and transmit.

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?

There is no guidance on when to choose this tool over alternatives or what conditions call for KISS versus ARQ. The operation list implies usage for port control, but no exclusions or comparisons to sibling tools are provided. An agent must infer the appropriate context.

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