Skip to main content
Glama

Podcast Episodes

get_v1_1_podcast_episodes

Podcast Episodes Group: Podcasts. Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoPodcast Show ID
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

D1.1/5.0
Behavior1/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not mention what the call returns, whether it requires a show ID, pagination behavior, or any operational caveats. The only additional info is billing cost, which is not behavioral.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, but this is under-specification rather than conciseness. It contains only grouping and billing information, which neither explains the tool's purpose nor earns its place relative to the need for functional detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, no annotations, and minimal schema coverage, so the description must provide more context. It fails to convey that this lists episodes for a podcast show ID, the pagination semantics, or expected output, making it inadequate for reliable agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%—only 'id' has a description ('Podcast Show ID'). The 'limit' and 'offset' parameters are undocumented in both schema and description. The description adds no parameter meaning beyond what the schema already provides and offers no help with the undefined parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is essentially a tautology—'Podcast Episodes Group: Podcasts' restates the tool name and title without stating what the tool does. It lacks a verb or explicit action, and does not distinguish this from the sibling 'get_v1_1_episode' (singular) or other podcast-related tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as get_v1_1_episode, search, or playlist_tracks. The description only mentions billing and grouping, which does not help an agent choose between sibling 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.

Resources