op3_get_show
op3_get_showGet a show's OP3 UUID, title, podcast GUID, and stats page URL. Optionally include its episode list with IDs, titles, and dates to use in episode-level analytics.
Instructions
Look up a show on OP3: its uuid, title, podcast guid and public stats page. Set include_episodes to also get the episode list with OP3 episode ids, titles and publication dates. Episode ids from here are what the episode-level tools filter on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | The show, as any of: an OP3 show uuid (32 hex characters), a podcast:guid (the dashed UUID from the feed's <podcast:guid> tag), or the RSS feed URL itself. A plain feed URL is fine, it gets encoded for you. | |
| episode_limit | No | Cap on episodes returned when include_episodes is true. Newest first. | |
| include_episodes | No | Include the episode list. Off by default because a long-running show returns hundreds. |