Skip to main content
Glama
navidmoazzez

Podcast Index MCP

by navidmoazzez

Add a podcast by its iTunes id

submit_feed_by_itunes_id
DestructiveIdempotent

Add a podcast to Podcast Index using its iTunes ID when you have an Apple Podcasts link but not the RSS feed. Requires confirmation and write access; submission is public and irreversible.

Instructions

Add a podcast to Podcast Index using its iTunes id, for when you have an Apple Podcasts link but not the RSS URL. Same effect and same caveats as submit_feed: it writes to a public directory, it cannot be undone through this API, it requires confirm: true, and it needs a key with write permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true for this to run. It adds a feed to a public directory that many podcast apps read, and this API has no way to remove it afterwards.
itunes_idYesThe numeric iTunes id. From an Apple Podcasts URL this is the number after /id.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

The description goes beyond the annotations by disclosing that the feed is written to a public directory, that the action cannot be undone via this API, that confirm must be true, and that write permission is required. This gives the agent a concrete understanding of impact and preconditions.

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?

Two sentences, with the primary purpose and distinguishing condition front-loaded, followed by a compact list of caveats. Every sentence contributes meaningful information with no redundancy.

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?

For a mutating tool with no output schema, the description covers the core operation, the required confirmation flag, permissions, irreversibility, and the public nature of the side effect. Nothing critical is missing for an agent to decide whether and how to invoke it.

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 both parameters well. The description adds context that itunes_id is the id from Apple Podcasts and that confirm must be true, but it does not need to compensate for missing schema info.

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?

States a specific action ('Add a podcast to Podcast Index') and the exact input mechanism ('using its iTunes id'), which clearly distinguishes it from RSS-based submission. The mention of 'for when you have an Apple Podcasts link but not the RSS URL' further clarifies the intended resource.

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?

Explicitly gives the use case: when you have an Apple Podcasts link but not the RSS URL. It also points to submit_feed as the related alternative and lists the shared caveats, giving the agent clear routing and prerequisite information.

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/podcastindex-mcp'

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