Validate a feed against Apple's requirements
check_feedValidate a podcast RSS feed against Apple Podcasts requirements, flagging missing required fields and issues like unstable GUIDs or missing owner email.
Instructions
Check a podcast's RSS feed against what Apple actually requires and warn about what will cost the show later. Errors are fields Apple documents as required, and a feed missing one is rejected at submission or degraded silently after it. Warnings are things that do not block distribution but hurt: no owner email stalls a claim, an unstable guid re-publishes the entire back catalogue as new the next time the show changes host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | An RSS feed URL, an Apple Podcasts numeric id, or an Apple Podcasts URL. | |
| limit | No | How many to return, 1-500. Episodes to inspect. More is a more thorough check and a larger download. | |
| storefront | No | Only used when resolving an Apple id. |