Skip to main content
Glama
qso-graph

io.github.qso-graph/pota-mcp

by qso-graph

pota_spots

Retrieve live POTA activator spots with park details, grid squares, and coordinates. Filter by band, mode, location, or program to find active parks.

Instructions

Get current POTA activator spots.

Returns live spot feed with park details, grid squares, and coordinates. All filters are optional — omit to get all active spots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bandNoFilter by band (e.g., 20m, 40m). Empty for all bands.
modeNoFilter by mode (e.g., CW, FT8, SSB). Empty for all modes.
programNoFilter by program prefix (e.g., US, VE, G). Empty for all.
locationNoFilter by location code (e.g., US-ID, CA-ON). Empty for all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description bears full responsibility. It discloses that the tool returns live spot feed with park details, grid squares, and coordinates, which is adequate for a read-only tool. However, it does not mention update frequency or any rate limits.

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 two sentences: the first conveys the main action, the second explains filters. It is concise, front-loaded, and each sentence adds value without redundancy.

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, the description does not need to detail return values. It provides enough context about the data (park details, grid squares, coordinates) for an agent to understand what to expect. Minor omission: no mention of result size or real-time guarantees.

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 100% with each parameter well-documented. The description adds only that filters are optional, which is already implied by the schema. Following guidelines, the baseline is 3.

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 'Get current POTA activator spots.' It identifies a specific verb and resource. The tool is distinct from siblings like pota_park_info or pota_user_stats, which serve different purposes.

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 notes that all filters are optional—omit to get all active spots. This gives clear usage context but lacks explicit guidance on when not to use this tool or how it compares to alternatives.

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/pota-mcp'

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