Skip to main content
Glama
conorbronsdon

Podcast Index MCP Server

recent_episodes

Read-only

Fetch recent podcast episodes from the entire index to stay updated with current publications.

Instructions

Get the most recent episodes across the entire Podcast Index. Useful for seeing what is being published right now in the ecosystem.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoMaximum results (default 10)
beforeNoOnly return episodes before this episode ID
fulltextNoReturn full text descriptions (default false)
excludeStringNoExclude episodes containing this string in title
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description is consistent. It adds context about the global scope but does not elaborate on data freshness, pagination limits, or other behaviors. For a read-only tool, the described behavior is adequate but not richly detailed.

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 two sentences long, with the first sentence immediately stating the core purpose and the second sentence adding value. No unnecessary words or redundancy.

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

Completeness3/5

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

Given the 4 parameters and no output schema, the description does not hint at the response format or data structure. While the parameters are well-documented in the schema, the lack of return value description limits completeness for a tool with no output schema.

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?

The input schema covers all 4 parameters with descriptions, so the baseline is 3. The description does not add any additional semantic meaning beyond what the schema already 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 clearly states the verb 'Get' and the resource 'most recent episodes across the entire Podcast Index'. It differentiates from sibling tools like 'episodes_by_feed_id' by emphasizing the global scope, and adds a concrete use case ('seeing what is being published right now').

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 implies usage for obtaining the latest episodes across the index and includes a practical use case. However, it does not explicitly mention when not to use it or compare it to alternatives like 'trending_podcasts' or 'search_by_term', so some guidance is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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

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