Skip to main content
Glama
conorbronsdon

Open Podcast Prefix Project (OP3) MCP Server

op3_downloads_timeseries

Retrieve raw download events for a podcast show from OP3 within a date range, including time, country, app, and device details. Filter by episode or date window.

Instructions

Fetch raw download records for a show from OP3 over a date range. Returns individual download events (time, country, app, device). This is the low-level feed behind the other tools. Use it when you need to filter by episode or a specific date window. Keep limit low (records are verbose). For totals or geography summaries, prefer op3_show_downloads / op3_top_countries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd time, ISO date or datetime.
limitNoMax records to return (default 20, cap 200). Records are verbose; keep this small.
startNoStart time, ISO date or datetime (e.g. 2026-06-01 or 2026-06-01T00:00:00Z).
show_uuidYesOP3 show UUID (32 hex chars).
episode_idNoFilter to a single episode by its OP3 episodeId.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that records are verbose and the tool is a low-level feed, implying a read-only, data-intensive operation. However, it does not explicitly state whether the tool is read-only or detail authentication requirements, leaving some gaps.

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 exceptionally concise, with only four sentences that each serve a distinct purpose: stating the tool's function, describing output, placing it among siblings, and providing usage guidance. There is no redundant information.

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?

Given the absence of an output schema, the description does a good job of conveying the return structure (time, country, app, device) and the need to limit results. However, it does not fully describe the output format or pagination behavior, which would be helpful for complete understanding.

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?

All parameters are described in the schema (100% coverage), but the description adds value by explaining the output structure and verbosity, and by providing context for the limit parameter. This goes beyond the schema's descriptions to help the agent understand parameter impact.

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 that the tool fetches raw download records for a show over a date range, returning individual events (time, country, app, device). It explicitly distinguishes itself as the low-level feed behind other tools, differentiating from sibling tools like op3_show_downloads and op3_top_countries.

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?

The description provides explicit guidance on when to use this tool ('when you need to filter by episode or a specific date window') and when to prefer alternatives ('For totals or geography summaries, prefer op3_show_downloads / op3_top_countries'). It also advises to keep the limit low due to verbosity.

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/op3-mcp'

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