get_now_playing
Fetch the current artist and title from a radio station by its name. Returns raw track metadata and stream URL, or indicates when the station is reachable but not sending track info.
Instructions
Get the track currently playing on a radio station.
Args:
station_name: Station name, e.g. "Smooth FM Sydney" or "smooth 95.3".
timeout: Seconds for directory + stream reads; clamped to 1-60, and
shared as an overall deadline across all candidates tried.
Returns:
Dict with artist, title, raw_title, station_matched, country and
stream_url (track fields null when the station is reachable but
sending no track titles right now). Raises (as an MCP error) when
nothing is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| station_name | Yes |