Skip to main content
Glama

Search Apple Podcasts for episodes

search_episodes
Read-onlyIdempotent

Find specific podcast episodes across Apple's catalog by topic or guest. Use it to discover which shows covered a subject or when a guest appeared.

Instructions

Search Apple's catalog for individual episodes across all shows. Useful for finding who has covered a topic, or which episode a guest appeared on. Apple's episode index is shallower than its show index and skews recent, so an old episode may not surface here even when the show is indexed; the show's RSS feed via get_feed is the complete record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return, 1-200. Apple caps this at 200.
queryYesWhat to search for. Including the show name narrows this a great deal, because Apple ranks episode matches loosely.
storefrontNoTwo-letter country code for the Apple storefront to read, such as us, gb, se or de. Apple's catalog, charts and reviews are all per country and they differ, so this changes the answer rather than just the language. Defaults to APPLE_PODCASTS_STOREFRONT, which is us unless configured otherwise.
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses meaningful behavioral traits: Apple's episode index is shallower than its show index, skews recent, and may miss indexed shows' older episodes. This helps the agent set expectations and choose alternatives.

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?

Three purposeful sentences: the action, the use case, and the limitation/alternative. The description is front-loaded and every sentence earns its place without redundancy.

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?

For a read-only search tool with full parameter documentation and no complex output schema, the description is complete enough. It covers what the tool does, when to use it, and the key caveat about indexing depth, leaving no critical information missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all three parameters completely, so the baseline is 3. The description adds real value for the query parameter by advising that including the show name narrows results because Apple ranks episode matches loosely. It does not add meaning for limit or storefront, but those are already well covered by 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 states a specific verb and resource: searching Apple's catalog for individual episodes across all shows. It clearly distinguishes itself from related tools like search_podcasts and get_feed by focusing on episodes rather than shows or feeds.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when the tool is useful (finding topic coverage or guest appearances) and gives a concrete exclusion: older episodes may not surface because the episode index is shallow, and the complete record is available via get_feed. This routes the agent to the right alternative.

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/apple-podcasts-mcp'

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