Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_apple_podcasts_shows_search

Search Apple Podcasts shows from a crawled catalog using full-text query, genre, country, and explicitness filters. Sort results by relevance, popularity, or episode count.

Instructions

Search Apple Podcasts shows dataset. Searches the crawled public Apple Podcasts show catalog stored in a search index. One row per show. Discovered from a country x genre x collection chart grid and a search-term sweep — not a full catalog of every Apple Podcasts show. Sort enum: relevance, popularity, track_count_desc, release_desc, title_asc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over show title and artist name, max 256 characters
pageNoPage number, defaults to 1
sortNoSort enum: relevance, popularity, track_count_desc, release_desc, title_asc
genreNoExact primary-genre filter (e.g. Comedy, True Crime), max 128 characters
run_idNoExact crawl run-id filter, max 128 characters
countryNoExact storefront country filter (the crawl's discovery storefront, e.g. us, gb), max 128 characters
genre_idNoExact Apple Podcasts genre id filter (e.g. 1303 for Comedy), max 128 characters
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
explicitnessNoExact explicitness filter as reported by Apple (e.g. explicit, cleaned), max 128 characters
min_track_countNoMinimum episode count (track_count), 0 or greater
Behavior4/5

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

No annotations are provided, so the description carries the full disclosure burden. It discloses the dataset discovery method, coverage limitation, and the sort enum, which adds behavioral context beyond the tool name. It doesn't mention pagination limits or rate limits, but those are partially in the schema and the core limitation is well disclosed.

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 concise (four sentences) and front-loaded with the purpose. Each sentence earns its place: dataset scope, search index, row granularity, provenance/limitation, and sort options. No filler or redundancy.

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?

With no output schema, the description could explain return fields more explicitly, but it provides essential context about dataset coverage and sort options. The 100% schema coverage handles parameter semantics, making the description adequate for a search tool despite not detailing result fields.

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 documents all 10 parameters. The description lists the sort enum values, but this duplicates schema content and does not add new meaning. It does not explain parameter interactions 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 clearly states the verb ('Search') and the resource ('Apple Podcasts shows dataset'), and distinguishes from siblings by describing the dataset as crawled from a chart grid and search-term sweep, not a full catalog. It also notes 'One row per show,' which clarifies the granularity.

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 clear context about dataset provenance and its limitation ('not a full catalog of every Apple Podcasts show'), implicitly indicating this tool is for searching the crawled dataset rather than live Apple Podcasts search. However, it does not explicitly name alternatives or state when not to use this tool.

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/Crawlora-org/crawlora-mcp'

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