search_spectrum
Find entities holding a frequency band. Given a range in MHz, returns overlapping spectrum allocations with applicant and filing details.
Instructions
Find which entities hold a frequency band. Given a range in MHz, returns spectrum allocations overlapping it, joined to the source filing and applicant — e.g. 'who is allocated 11700-12200 MHz downlink?'. Filter by agency, direction, polarization, or holder name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 500) | |
| agency | No | Filter by source agency (FCC, ITU, ...) | |
| holder | No | Substring match on the allocation holder (applicant entity) | |
| direction | No | Filter by direction (e.g. uplink, downlink) | |
| freq_low_mhz | No | Lower bound of the band to search, in MHz | |
| polarization | No | Filter by polarization | |
| freq_high_mhz | No | Upper bound of the band to search, in MHz |