Skip to main content
Glama
qso-graph

io.github.qso-graph/ionis-mcp

by qso-graph

band_openings

Find the hours when a specific HF band opens between two grid squares, with hour-by-hour propagation data including SNR and reliability.

Instructions

When does a specific band open between two grid squares?

Shows propagation hour-by-hour (0-23z) for a grid pair on a given band. Includes spot-count-weighted SNR, reliability, SFI, and solar elevation at both endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tx_gridYesTransmitter 4-char Maidenhead grid (e.g., "DN13")
rx_gridYesReceiver 4-char Maidenhead grid (e.g., "JO51")
bandYesADIF band ID (102-111)
sourceNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description fully carries the burden of behavioral disclosure. It transparently lists output components (SNR, reliability, SFI, solar elevation) and the hourly breakdown. No hidden side effects are mentioned, but the description is sufficient for safe invocation.

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 concise at two sentences, front-loaded with the key question, and contains no redundant or extraneous information. Every sentence adds value.

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?

Given the presence of an output schema (not shown but indicated by context signals), the description does not need to detail return values. It provides a useful summary of output fields. However, it could mention the purpose of the 'source' parameter and any required antenna or propagation data prerequisites. Overall adequate for the tool's complexity.

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 75%, covering three required parameters. The description does not add meaning beyond the schema for these parameters. The optional 'source' parameter lacks a description in both schema and tool description, slightly reducing clarity. Baseline of 3 is appropriate given high but incomplete coverage.

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 purpose with a specific verb-resource combination: 'When does a specific band open between two grid squares?' It distinguishes from siblings like band_summary and path_analysis by focusing on hour-by-hour propagation for a specific grid pair and band.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for checking band openings between grids, but does not explicitly state when to use this tool over alternatives or provide exclusions. No guidance on prerequisites or contexts where other tools (e.g., path_analysis) might be more appropriate.

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/qso-graph/ionis-mcp'

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