You're viewing a demo portfolio

Join the waitlist
PRSM

find_fm_stations

Active

Tool of dxtra Radio — Frequency Database

declared in 1.27.0

Find FM radio stations by city name, ZIP code, callsign, frequency, format/genre (e.g. 'country', 'rock', 'jazz'), or network name. Examples: 'Nashville', '90210', 'WFMT', '101.1', 'country near Austin', 'NPR near Boston'. Returns station list with frequency, callsign, city, format, and signal strength data. Source: FCC LMS (Licensing and Management System) for station data; Wikipedia for owner/brand and format enrichment. US only.

Parameters schema

{
  "type": "object",
  "title": "find_fm_stationsArguments",
  "required": [
    "query"
  ],
  "properties": {
    "lat": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lat",
      "default": null,
      "description": "Optional latitude in decimal degrees (e.g. 40.7128 for NYC). If provided with lon, restricts results to within radius_miles."
    },
    "lon": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lon",
      "default": null,
      "description": "Optional longitude in decimal degrees (e.g. -74.0060 for NYC). Negative = West, positive = East."
    },
    "query": {
      "type": "string",
      "title": "Query",
      "description": "What to find: city ('Nashville'), ZIP ('90210'), callsign ('WFMT'), frequency ('101.1'), format/genre ('country'), or 'X near Y' like 'jazz near Boston'."
    },
    "radius_miles": {
      "type": "integer",
      "title": "Radius Miles",
      "default": 75,
      "description": "Search radius from the location in miles. Default 75."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

dxtra Radio — Frequency Database

1/7 registries
View full server →
find_fm_stations — dxtra Radio — Frequency Database — PRSM MCP