find_podcast
Look up a podcast by its Apple/iTunes ID, Spotify ID, YouTube channel ID, or RSS feed URL. Returns the podcast ID for further queries.
Instructions
Find a Rephonic podcast from an external identifier: Apple/iTunes ID, Spotify ID, YouTube channel ID, or RSS feed URL. Use this whenever you already have one of those values — there is no need to call search_podcasts first. Pass exactly one of the four parameters. Returns {podcasts: [...]} — empty when no match; may contain multiple entries when a feed_url or youtube_channel_id is shared. Use the returned id with lookup_podcast and the other podcast tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_url | No | Full RSS feed URL. Case-insensitive, trailing slashes ignored. | |
| itunes_id | No | Apple Podcasts / iTunes ID (numeric). | |
| spotify_id | No | Spotify show ID (the 22-character identifier, not the URL). | |
| youtube_channel_id | No | YouTube channel ID (starts with 'UC'). |