Skip to main content
Glama
navidmoazzez

Podcast Index MCP

by navidmoazzez

List feeds the index has given up on

list_dead_feeds
Read-onlyIdempotent

Retrieve feeds marked dead by Podcast Index after extended non-response, with details on duplicate superseded feeds. Audit your show list for quietly stopped podcasts and understand directory churn.

Instructions

Feeds Podcast Index has marked dead, meaning they stopped responding long enough that crawling was abandoned. Each entry can name the feed it duplicates, where the index concluded one feed superseded another. Useful for auditing a list of shows for ones that have quietly stopped, and for understanding churn in the directory. This is a large list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoHow many to return. Defaults to 50. The full list is long; this trims it locally after fetching.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful context beyond this: what qualifies as dead, that crawling was abandoned, and that entries may indicate duplicated feeds. It does not describe ordering or full return fields, but safety and mutability are well covered.

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 compact and each sentence earns its place: definition, duplicate-feeds detail, use cases, and size caveat. It is front-loaded with the primary behavior before secondary details.

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 gives enough to select and invoke the tool correctly: it is a large read-only list operation with one optional cap. Since there is no output schema, it could say a bit more about what fields each entry contains, but the duplicate-feed note partially fills that gap.

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% and thoroughly documents the single `max` parameter, including default and local truncation. The tool description's 'This is a large list' reinforces that, but adds little semantic value beyond 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 clearly identifies the resource ('feeds Podcast Index has marked dead') and the action (list), and defines what 'dead' means operationally. This distinguishes it from siblings like get_recent_feeds and get_new_feeds.

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 states concrete use cases: auditing shows that have quietly stopped and understanding directory churn. It does not explicitly name alternatives or when-not-to-use, but the 'dead' framing makes the intended context clear.

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