op3_list_episodes
op3_list_episodesFind a show's episodes and their OP3 IDs, titles, and publication dates, newest first. Use it to locate the exact episode ID before querying episode-level analytics.
Instructions
List a show's episodes with their OP3 episode ids, titles and publication dates, newest first. Use it to find the episode id for a specific episode before asking anything episode-level. Episode titles come from the publisher's RSS feed and are third-party text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many episodes to return, newest first. | |
| search | No | Case-insensitive substring match on the episode title, applied before the limit. | |
| 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. |