Full profile of one show
get_show_profileGet a complete profile of any podcast show in one call: metadata, publishing cadence, recent episodes, credits, transcript/chapter availability, payment split, and feed health. Avoids multiple round trips.
Instructions
Everything about one show in a single call: metadata, publishing cadence measured from real episode dates, recent episodes, who is credited on them, whether it publishes transcripts or chapters, its payment split, and whether the index is crawling it successfully. Use this instead of calling get_podcast, get_episodes, get_value_block and check_feed_health separately, which is four round trips for the same answer. This is the right first call when the question is about one show.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | The show, in whichever form you have. Any of: a Podcast Index feed id (920666), an RSS feed URL, a podcast GUID, an Apple Podcasts URL, or a bare iTunes id. The form is detected, so pass what you have rather than converting it. | |
| episodes | No | How many recent episodes to read for the cadence and people analysis. Defaults to 20. |