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)

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=true, so the description does not need to restate these. It adds value by listing specific return fields and clarifying it is a search operation, enhancing transparency.

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?

Extremely concise: two sentences. First sentence states action and output, second lists use cases. No wasted words.

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?

Given no output schema, the description compensates by listing return fields. With full schema coverage, clear purpose, and sibling context, it is comprehensive for a search 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?

Schema coverage is 100% with both parameters described. The description's mention of 'podcast topic or search terms' matches the schema description, and max_results has a default in schema. No additional semantic value beyond 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 states it searches podcast directories for episodes matching topics or keywords, and lists returned fields. It distinguishes itself from siblings (get_steam_games, search_devto, search_events) by specifying 'podcast directories'.

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 ('podcast discovery, topic research, building listening playlists') but does not mention when not to use or alternatives. Since siblings are in different domains, it's clear enough.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct content platform (Steam games, dev.to articles, Eventbrite events, podcasts) with no overlapping functionality, making it easy for an agent to select the correct tool.

Naming Consistency4/5

Three tools use 'search_' prefix while one uses 'get_', which is a minor inconsistency. However, all follow a verb_noun pattern and are clear and predictable.

Tool Count5/5

With 4 tools covering diverse content discovery needs, the count is well-scoped and appropriate for a focused social/content server.

Completeness3/5

The tools cover major content types (games, articles, events, podcasts) but lack common ones like social media posts or videos, leaving moderate gaps for a full social/content scope.

Resources