Skip to main content
Glama
navidmoazzez

Podcast Index MCP

by navidmoazzez

Add a podcast to the index

submit_feed
DestructiveIdempotent

Submit an RSS feed URL to add a podcast to the public Podcast Index directory. Requires confirmation and write access; returns the existing ID if the feed is already indexed.

Instructions

Add a podcast to Podcast Index by its RSS feed URL. This writes to a public global directory that hundreds of podcast apps read, and there is no way to remove a feed through this API afterwards, so it requires confirm: true. If the feed is already indexed you get its existing id back and nothing changes. Needs an API key with write permission, which Podcast Index grants separately from a normal key; without it the call fails with a message saying so and nothing is submitted.

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.
feed_urlYesThe RSS feed URL to add. Must be publicly reachable.
itunes_idNoThe show's iTunes id, if known. Helps the index match this feed to the same show elsewhere.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses critical behavior beyond what annotations already provide: writes to a public global directory read by many apps, has no removal path, returns existing id if already indexed, and fails cleanly without write permission. These details align with destructiveHint=true and idempotentHint=true, and add significant operational context.

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, each carrying distinct, necessary information: core action, public/irreversible effect, idempotent behavior, and auth requirement. It is front-loaded with the main purpose and contains no filler.

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?

The description covers action, prerequisites, irreversibility, idempotency, and auth failure behavior. Without an output schema, it does not explicitly state what a successful new submission returns, though it implies an id is returned. This small gap prevents a perfect score.

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%, with confirm, feed_url, and url all documented. The description repeats the confirm requirement and adds auth context but does not explain the url alias beyond what the schema already says, so it adds little beyond the baseline.

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 a specific verb and resource: 'Add a podcast to Podcast Index by its RSS feed URL.' This clearly states what the tool does and implicitly distinguishes it from the sibling tool submit_feed_by_itunes_id, which uses a different input identifier.

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 gives clear usage context: it requires confirm: true, needs a separate write-permission API key, and is irreversible. It does not explicitly name alternatives like submit_feed_by_itunes_id or state when not to use this tool, but the context is strong enough for an agent to infer the appropriate scenario.

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