Skip to main content
Glama

apple_podcasts_followers

Tracks Apple Podcasts follower counts over a date range, showing per-period values and total change. Read the resolvedColumn field to interpret whether counts are running totals or per-period.

Instructions

Follower trend for the show on Apple Podcasts over a date range: one value per period plus the change across the window. Use it for 'is my Apple following growing'. Read the resolvedColumn field in the response before interpreting the numbers: Apple's follower column has been both a running total and a per-period count, and which one you get changes what 'change' means.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd of the range, YYYY-MM-DD (or YYYY-MM for Monthly). Defaults to 2 days ago, because Apple publishes reports on a lag.
startNoStart of the range, YYYY-MM-DD (or YYYY-MM for Monthly). Defaults to 7 days back for Daily, 7 weeks for Weekly, 6 months for Monthly — each sized to fit the default max_periods of 7.
periodNoReporter period. Daily and Weekly take YYYY-MM-DD dates; Monthly takes YYYY-MM. Weekly dates are Apple's week-ending Sundays.Daily
max_periodsNoHow many periods to fetch, cap 31. Reporter has no range query, so each period is a separate call to Apple and a wide range will hit their throttle. Default 14. Ranges longer than this are truncated to the most recent periods.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses a key behavioral nuance: 'Read the resolvedColumn field in the response before interpreting the numbers: Apple's follower column has been both a running total and a per-period count, and which one you get changes what 'change' means.' It also mentions output structure (one value per period plus change) and implicitly that it's a read operation.

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 three tightly written sentences. The first sentence states purpose and output, the second gives a use case, and the third warns about interpreting the data. No wasted words; front-loaded and easy to parse.

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?

There is no output schema, so the description must compensate. It explains the data shape (one value per period plus change) and the critical resolvedColumn caveat. It could be more explicit about the response structure, but for a trend tool this is sufficient. The schema fills in parameter behavior, and the description covers the essential interpretation pitfall.

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 detailed descriptions for all four parameters, including defaults, date formats, and truncation behavior. The description adds no parameter-specific guidance, but the schema already does the heavy lifting, so a baseline of 3 is appropriate.

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: 'Follower trend for the show on Apple Podcasts over a date range: one value per period plus the change across the window.' It specifies the resource (follower trend) and scope (over a date range), distinguishing it from sibling tools like apple_podcasts_summary and apple_podcasts_episodes.

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 gives an explicit use case: "Use it for 'is my Apple following growing'." This tells the agent when to choose this tool. However, it does not name alternative tools or provide exclusion criteria, so it misses the 'when-not-to-use' aspect.

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

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