get_podcast_episodes
Retrieve a list of episodes for a given podcast, with options to sort by newest or oldest, set a result limit, and paginate through episodes.
Instructions
List episodes for a specific podcast
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| podcast_uuid | Yes | Podcast UUID | |
| sort | No | Sort order: 'newest' (default) or 'oldest' | |
| limit | No | Max results to return (default 20) | |
| offset | No | Number of results to skip for pagination (default 0) |