Skip to main content
Glama

op3_list_episodes

op3_list_episodes
Read-onlyIdempotent

Find a show's episodes and their OP3 IDs, titles, and publication dates, newest first. Use it to locate the exact episode ID before querying episode-level analytics.

Instructions

List a show's episodes with their OP3 episode ids, titles and publication dates, newest first. Use it to find the episode id for a specific episode before asking anything episode-level. Episode titles come from the publisher's RSS feed and are third-party text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many episodes to return, newest first.
searchNoCase-insensitive substring match on the episode title, applied before the limit.
identifierYesThe show, as any of: an OP3 show uuid (32 hex characters), a podcast:guid (the dashed UUID from the feed's <podcast:guid> tag), or the RSS feed URL itself. A plain feed URL is fine, it gets encoded for you.
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds useful behavioral context: results are newest first, titles are third-party text from the publisher's RSS feed, and the tool is positioned as a prerequisite before episode-level queries. No contradiction with annotations.

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 sentences with no filler. It front-loads the core behavior, then gives the practical usage guidance and a relevant caveat about title source. Every sentence earns its place.

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 listing tool with rich annotations and a fully documented schema, the description is complete. It states what the output contains, the ordering, the usage purpose, and a data-quality caveat. No output schema exists, but the description sufficiently conveys the expected return shape.

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 parameters identifier, limit, and search are already thoroughly documented. The description adds context about the returned fields and the use case, but it does not add significant parameter-level meaning beyond what the schema already provides. Baseline 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 states a specific verb ('List') and resource ('a show's episodes'), and specifies the returned fields: OP3 episode ids, titles, and publication dates, ordered newest first. This clearly differentiates it from sibling tools like op3_get_show, which focuses on show-level info rather than episode listing.

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 explicitly tells the agent when to use this tool: 'Use it to find the episode id for a specific episode before asking anything episode-level.' This gives clear context and a prerequisite, though it does not explicitly name alternatives or when-not-to-use conditions relative to sibling tools.

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

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