Skip to main content
Glama

Read a podcast's RSS feed

get_feed
Read-onlyIdempotent

Fetch a show's complete RSS feed (episodes newest first and channel metadata) via an RSS URL, Apple ID, or Apple Podcasts link, revealing the full record beyond Apple's catalog.

Instructions

Fetch and parse a show's RSS feed: the channel metadata and its episodes, newest first. This is the complete record, unlike Apple's catalog, which returns only recent episodes and drops the Podcasting 2.0 fields entirely. Takes an RSS URL, an Apple id, or an Apple Podcasts link. A feed is the show's own server, so it can be slow or unreachable in ways Apple is not.

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 return, newest first. The feed's true total is always reported.
storefrontNoOnly used when resolving an Apple id to a feed URL.
include_episodesNoSet false for channel metadata only, which is much smaller.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true. The description adds useful behavioral context beyond annotations: the feed can be slow or unreachable, it parses the feed, and it returns the complete record unlike Apple's catalog. This adds real value about failure modes and data completeness.

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?

Four sentences with no wasted words: the tool's action, its advantage over the alternative, accepted input types, and a performance caveat. The most important distinguishing information is front-loaded before the input types.

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

Completeness4/5

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

For a read-only, idempotent tool with 100% schema coverage and no output schema, the description covers the key operational concerns: what it returns, how it differs from catalog-based lookups, and the reliability caveat. It could mention whether non-Apple URLs need storefront, but the schema already covers that.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all four parameters thoroughly. The description adds the semantic context that the feed is the show's own server and that Apple IDs resolve via storefront, but it doesn't need to compensate for schema gaps. Baseline 3 is appropriate here.

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 states a specific verb ('Fetch and parse'), a precise resource ('a show's RSS feed'), and the key distinction from Apple's catalog. It clearly differentiates the tool from siblings like get_podcast or get_feed_episode by emphasizing the complete record including Podcasting 2.0 fields.

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

Usage Guidelines5/5

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

The description explicitly contrasts with Apple's catalog and notes the feed is the show's own server. It names the alternative (Apple's catalog) but doesn't name a specific sibling tool; still, the context of when to use this tool versus catalog-based tools is clearly implied and sufficient. The 'Takes an RSS URL, an Apple id, or an Apple Podcasts link' line gives immediate input guidance.

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