Skip to main content
Glama
navidmoazzez

Podcast Index MCP

by navidmoazzez

Find bookable shows on a topic

find_shows_to_pitch
Read-onlyIdempotent

Search podcasts by topic and filter to active, recently publishing shows with enough episodes and contact info, ranked by recent activity to surface viable guest outreach leads.

Instructions

Search for shows on a topic and keep only the ones worth approaching: alive, publishing recently, with a real episode count and a way to contact them. A plain search returns the whole index including feeds that died in 2019, and sorting that by hand is the tedious part of guest outreach. Each result says when it last published, how often, and what contact route exists. Ranked by recent activity rather than by search relevance, because a perfectly matching show that stopped publishing two years ago is not a lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoHow many to return. Defaults to 15. Shows to return after filtering.
topicYesThe subject the show should be about.
min_episodesNoRequire at least this many episodes. Defaults to 10, which filters out feeds that never got started.
active_within_daysNoRequire an episode within this many days. Defaults to 90, which filters out dormant shows.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. Beyond that, the description discloses meaningful behavioral details: it filters to alive, recently-published, episode-rich, contactable shows; it ranks by recent activity rather than relevance; and it describes what each result contains. This goes well beyond the annotation coverage.

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 four sentences, front-loads the core purpose, and every sentence earns its place: purpose, contrast with plain search, result contents, and ranking rationale. There is no fluff or redundant restatement of the schema.

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?

Even without an output schema, the description tells the agent what results look like, how they are ordered, and what criteria were used to select them. Combined with fully documented parameters, this gives the agent enough to call the tool and interpret results correctly.

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 explains each parameter, including defaults and their filtering intent. The description loosely echoes 'real episode count' and 'publishing recently' but does not add new parameter-level meaning or syntax details beyond what the schema provides.

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 uses a specific verb and resource: 'Search for shows on a topic and keep only the ones worth approaching.' It clearly defines the tool's filtering intent and distinguishes it from a plain search, so an agent immediately understands this is the lead-qualification variant rather than a generic search.

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: this is for guest outreach where dead or dormant shows should be excluded. It contrasts with 'a plain search' that returns the whole index, implying when the unfiltered alternative is more appropriate. However, it does not explicitly name a sibling tool or state a definitive when-not-to-use condition.

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