You're viewing a demo portfolio

Join the waitlist
PRSM

find_tv_stations

Active

Tool of dxtra Radio — Frequency Database

declared in 1.27.0

Find TV stations by city, ZIP code, callsign, channel number, or network name. Returns coverage data with terrain-aware modeling. Examples: 'WABC', 'NBC near Chicago', '7', '10001'. Source: FCC TV Query (full-power DTV stations). US only.

Parameters schema

{
  "type": "object",
  "title": "find_tv_stationsArguments",
  "required": [
    "query"
  ],
  "properties": {
    "lat": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lat",
      "default": null,
      "description": "Optional latitude in decimal degrees. Use with lon to constrain to a specific location."
    },
    "lon": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Lon",
      "default": null,
      "description": "Optional longitude in decimal degrees. Negative = West."
    },
    "query": {
      "type": "string",
      "title": "Query",
      "description": "What to find: callsign ('WABC'), channel number ('7'), network ('NBC'), city, ZIP, or 'X near Y' like 'NBC near Chicago'."
    },
    "radius_miles": {
      "type": "integer",
      "title": "Radius Miles",
      "default": 75,
      "description": "Search radius in miles when query resolves to a location. Default 75."
    }
  }
}

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 →