Skip to main content
Glama

Validate a feed against Apple's requirements

check_feed
Read-onlyIdempotent

Validate 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

TableJSON Schema
NameRequiredDescriptionDefault
showYesAn RSS feed URL, an Apple Podcasts numeric id, or an Apple Podcasts URL.
limitNoHow many to return, 1-500. Episodes to inspect. More is a more thorough check and a larger download.
storefrontNoOnly used when resolving an Apple id.
Install Server

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnly/idempotent annotations, the description discloses meaningful behavioral semantics: errors are Apple-documented required fields that get the feed rejected or silently degraded, while warnings are non-blocking issues with concrete consequences like stalling a claim or re-publishing the catalogue. This gives the agent a strong model of what the check will report and why it matters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler. The first sentence front-loads the core purpose, and the second provides the essential error/warning distinction with concrete examples. Every clause earns its place, and the structure makes the tool's behavior easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given three well-documented parameters, rich safety annotations, and a detailed error/warning semantic in the description, an agent has enough to invoke the tool correctly and interpret its output. There is no output schema, but the description clearly defines the two classes of results. The tool is fully usable without needing additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers all three parameters at 100%, so the baseline is 3. The description adds value beyond the schema by explaining the effect of limit: 'More is a more thorough check and a larger download,' which helps an agent reason about cost/benefit when choosing a value. It does not add new semantics for show or storefront, but those are already well described in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Check a podcast's RSS feed against what Apple actually requires,' giving a specific verb, resource, and objective. It clearly distinguishes this from sibling feed-retrieval tools like get_feed by focusing on validation against Apple requirements and surfacing costly issues.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description establishes a clear context: use this tool to validate a feed before submission or to surface things that will hurt the show later, such as missing owner email or unstable guid. It does not explicitly name alternative tools or state when not to use it, but the purpose is clear enough for an agent to select it over raw feed-fetching siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/navidmoazzez/apple-podcasts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server