You're viewing a demo portfolio

Join the waitlist
PRSM

fm_stations_by_format

Active

Tool of dxtra Radio — Frequency Database

declared in 1.27.0

Find FM stations by format/genre category. Use this when you only have a format in mind and want to browse all stations of that format. Use find_fm_stations instead if you have a city or callsign — its query parameter also accepts format keywords. Available formats: Country, Rock, Christian, Adult Contemporary, Hip Hop, Classical, Jazz, News/Talk, Sports, Spanish, Public Radio, Classic Rock, Top 40, R&B, Alternative.

Parameters schema

{
  "type": "object",
  "title": "fm_stations_by_formatArguments",
  "required": [
    "format"
  ],
  "properties": {
    "lat": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lat",
      "default": null,
      "description": "Optional latitude in decimal degrees to restrict results geographically."
    },
    "lon": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lon",
      "default": null,
      "description": "Optional longitude in decimal degrees. Required together with lat to filter by location."
    },
    "format": {
      "type": "string",
      "title": "Format",
      "description": "Format/genre name. One of: Country, Rock, Christian, Adult Contemporary, Hip Hop, Classical, Jazz, News/Talk, Sports, Spanish, Public Radio, Classic Rock, Top 40, R&B, Alternative. Use fm_format_list to see all available with counts."
    },
    "radius_miles": {
      "type": "integer",
      "title": "Radius Miles",
      "default": 100,
      "description": "Search radius from lat/lon in miles. Default 100. Ignored if lat/lon not given."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

dxtra Radio — Frequency Database

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