op3_get_show
Look up a podcast show and obtain its UUID, title, podcast GUID, and stats page URL. Optionally list episodes.
Instructions
Look up a podcast show on OP3 and get its UUID, title, podcast GUID, and stats page URL. Pass a show UUID, a podcast:guid, or a base64-encoded feed URL. This is the entry point: most other tools need the show UUID this returns. Set include_episodes to also list episodes (id, title, pubdate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Show identifier: an OP3 show UUID (32 hex chars), a podcast:guid, or a base64-encoded feed URL. Use op3_get_show to resolve a feed to its UUID. | |
| episode_limit | No | Max episodes to return when include_episodes is true (default 10). | |
| include_episodes | No | Include the episode list. Off by default to keep the response small. |