Skip to main content
Glama

query_groundstations

Filter ground stations by geographic bounds, provider, name, or frequency band, applying combined AND logic.

Instructions

Query groundstations with geographic and attribute filters.

At least one filter parameter must be provided. All filters are combined (AND logic).

Args: provider: Provider name (case-insensitive). name: Station name substring search (case-insensitive). lat_min: Minimum latitude in degrees. lat_max: Maximum latitude in degrees. lon_min: Minimum longitude in degrees. lon_max: Maximum longitude in degrees. frequency_band: Required frequency band (e.g. "S", "X", "Ka"). limit: Maximum number of stations to return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
limitNo
lat_maxNo
lat_minNo
lon_maxNo
lon_minNo
providerNo
frequency_bandNo
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It explains filter combination and requirement but does not disclose if the operation is read-only, pagination, or result limit default behavior.

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?

Well-structured with a clear header and bulleted Args section. Slightly verbose but every sentence adds value; no redundant information.

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?

Input is well-described, but no output schema exists and the description does not mention the return format or any result structure, leaving uncertainty about what the agent receives.

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 coverage is 0%, but the description provides meaningful descriptions for all 8 parameters including case-insensitivity and units, fully compensating for the lack of schema 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 queries groundstations with geographic and attribute filters. It distinguishes from siblings like 'get_groundstations' by emphasizing filter and AND logic.

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?

Explicitly states that at least one filter parameter must be provided and all filters use AND logic. However, it does not explicitly exclude cases where no filtering is needed, implying alternative tools may exist.

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/duncaneddy/brahe-mcp'

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