One episode from a feed, in full
get_feed_episodeFind an episode by title, GUID, or episode number and return the full show notes, audio URL, chapters, and transcripts when a listing only shows a truncated description.
Instructions
Find one episode in a show's feed by title, guid or episode number, and return it with its complete show notes, audio URL, chapters and transcripts. Use this when a listing gave a truncated description and the full notes matter, since show notes are where the links, the timestamps and the guest details live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | An RSS feed URL, an Apple Podcasts numeric id, or an Apple Podcasts URL. | |
| limit | No | How many to return, 1-500. How deep into the feed to search. | |
| episode | Yes | A guid, an episode number, or part of the title. A title match is case-insensitive and takes the first hit, newest first. | |
| storefront | No | Only used when resolving an Apple id. |