Skip to main content
Glama

Top Podcasts

top_podcasts
Read-onlyIdempotent

Apple Podcasts chart, read from Apple's RSS Marketing Tools feed — the top-ranked shows in one storefront country (default us), up to 100 entries. Each entry returns the show name, publisher, Apple id, genre list, release date, artwork URL and Apple Podcasts link. Answers which podcasts are most popular on Apple Podcasts right now in the US or another country.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
countryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds unique behavioral context by naming the data source (Apple's RSS feed), the default country (us), and the maximum number of entries (100). It discloses the return fields, which is helpful for understanding what the tool provides beyond just safety traits.

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 composed of three sentences, each adding essential information: what the tool reads, what it returns, and what question it answers. It is front-loaded with the core purpose and contains no redundant or filler text.

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?

The tool is simple (2 optional parameters) and has an output schema, so the description does not need to detail return values. It covers the data source, default country, entry limit, and specific output fields, making it sufficiently complete for selection and invocation. Minor gap: parameter format details are not fully specified.

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 0%, so the description must compensate. It mentions the default country ('us') and that the chart contains 'up to 100 entries', which partially explains `country` and `limit`. However, it does not specify the expected format for country (e.g., ISO code case) or whether the limit parameter caps the requested results, leaving some ambiguity.

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: it retrieves the top-ranked Apple Podcasts chart from Apple's RSS Marketing Tools feed. It specifies the scope (per country, default US, up to 100 entries) and distinguishes it from sibling tools like top_books and top_movies by explicitly mentioning 'Apple Podcasts'.

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 on when to use the tool: when answering questions about current top podcasts in a country. However, it does not explicitly mention alternatives or exclusions (e.g., when not to use). The default country and limit behavior imply usage but are not framed as guidance versus other tools.

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.