search_radio_stations
Search the Radio Browser directory for internet radio stations by free-text name, and retrieve matching station details like stream URL, codec, bitrate, and country.
Instructions
Search the Radio Browser directory for stations matching a name.
Args:
query: Free-text station name, e.g. "smooth sydney".
limit: Max results; clamped to 1-20.
Returns:
List of station dicts with name, stream URL, codec, bitrate, country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |