Podcast Episodes
media.podcast.episodesRetrieve recent podcast episodes by feed ID, including title, description, publish date, audio URL, and duration. Use with a PodcastIndex feed ID from search or trending results.
Instructions
List recent episodes for a podcast by feed ID — title, description, publish date, audio URL, duration, season/episode numbers. Use feed ID from search or trending results (PodcastIndex)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | PodcastIndex feed ID (from search or trending results) | |
| max | No | Number of episodes to return (default 20, max 100) | |
| since | No | Unix timestamp — only return episodes published after this time |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |