Everything about one show, in one call
get_show_profileRetrieves a show's full profile: catalog record, storefront rankings, listener reviews, ratings, publishing frequency, and transcript availability. Get the complete picture in one call.
Instructions
A complete picture of one show: its catalog record, where it ranks across storefronts, what listeners are saying and how they rate it, how often it publishes, and whether it offers transcripts. This is the tool to reach for when the question is 'tell me about this show' or 'how is this show doing', because the answer needs all of those and no single Apple endpoint has them. Each part fails independently, so a missing piece is reported rather than losing the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | The show, as an Apple Podcasts numeric id (1469759170), or a full Apple Podcasts URL, which is what someone pasting a link will have. A URL carrying a storefront in its path sets the storefront for the call unless one is passed explicitly. | |
| reviews | No | How many recent reviews to sample per storefront. 0 skips reviews entirely. | |
| storefront | No | Two-letter country code for the Apple storefront to read, such as us, gb, se or de. Apple's catalog, charts and reviews are all per country and they differ, so this changes the answer rather than just the language. Defaults to APPLE_PODCASTS_STOREFRONT, which is us unless configured otherwise. | |
| storefronts | No | Storefronts to check rank and reviews in. Defaults to the configured sweep. |