Skip to main content
Glama

search_podcasts

Read-only

Search podcast directories for episodes matching topics or keywords. Returns episode title, podcast name, description, episode length, publish date, and streaming link. Use for podcast discovery, topic research, or building listening playlists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesPodcast topic or search terms (e.g. 'technology news', 'business interviews', 'science explanations')
max_resultsNoNumber of podcast episodes to retrieve (default 10)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / max_results / description
      Added value: +"Number of podcast episodes to retrieve (default 10)"
    • addedInput schema / properties / query / description
      Added value: +"Podcast topic or search terms (e.g. 'technology news', 'business interviews', 'science explanations')"
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true and openWorldHint=true, so the safe, non-mutating nature is covered. The description adds the return fields (episode title, podcast name, etc.) but does not provide deeper behavioral context such as result ordering, pagination, or external API dependencies.

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: the first states the action and output, the second lists use cases. It is compact, front-loaded, and every word adds value.

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?

For a simple search tool with annotations and full schema coverage, the description provides all essential information: what is searched, what is returned, and when to use it. It lacks only minor details like result limits or sorting, which are not critical for this simple tool.

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 provides 100% coverage with clear descriptions for both 'query' and 'max_results'. The description does not add significant parameter-level meaning beyond what the schema already states, so the baseline of 3 applies.

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 tool's function: 'Search podcast directories for episodes matching topics or keywords.' It specifies the resource (podcast directories) and the output (episode metadata), and the domain distinguishes it from sibling tools like search_devto and search_events.

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 provides explicit use cases: 'for podcast discovery, topic research, or building listening playlists.' This gives clear guidance on when to use the tool, though it does not explicitly mention alternatives or when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources