search_ground_stations
Search ground stations by name, frequency band, operator, or geographic proximity. Returns nearby stations ordered by distance from the FCC registry or extracted filings.
Instructions
Search ground / earth stations by name, frequency band, operator, or geographic proximity (near='lat,lon' within radius_km, ordered by great-circle distance). Proximity defaults to the authoritative FCC IBFS registry (reliable coordinates); band/entity searches use the entity-linked extracted set. Each result is labeled with its source. Use for 'earth stations within 200km of 38.9,-77.0' or an operator's gateway footprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | No | Frequency band, exact match against the station's band list (e.g. Ku); requires source=extracted | |
| name | No | Substring match on station name / FCC call sign | |
| near | No | Proximity anchor as 'lat,lon' (e.g. '38.9,-77.0'); returns stations within radius_km ordered by distance | |
| limit | No | Max results (default 50, max 500) | |
| source | No | Dataset: 'fcc' (authoritative FCC IBFS registry, reliable coordinates) or 'extracted' (entity-linked, LLM-extracted from filings, carries bands). Defaults to fcc for proximity, extracted for band/entity searches. | |
| operator | No | Substring match on operator / licensee name | |
| entity_id | No | Filter by resolved operator entity UUID; requires source=extracted | |
| radius_km | No | Search radius in km for near= (default 500) |