Get Episode
get_v1_1_episodeGet Episode Group: Episodes. Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Episode ID |
get_v1_1_episodeGet Episode Group: Episodes. Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Episode ID |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden for behavioral context. It only includes a billing note and a group label; it omits what the response returns, authentication/scopes, pagination, error cases, or any other operational behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and compact, but the main sentence is redundant with the title. 'Group: Episodes' is opaque, and the billing line is the only semi-useful nugget; this is more under-specification than deliberate conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low richness of schema and lack of output schema/annotations, the description should at least clarify what an episode is and what the return payload represents. It does not, so the agent is left to infer the endpoint's purpose and behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter (id) is fully described in the input schema with 'Episode ID' and an example, so schema coverage is 100%. The description adds no extra semantic meaning on top of that, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Get Episode Group: Episodes' essentially restates the title and adds only an opaque category label. It does not explicitly say that this tool fetches a single podcast episode by ID, and it does not distinguish it from siblings like get_v1_1_episode_sound or get_v1_1_podcast_episodes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to select this tool over the many related episode/podcast tools. Sibling tools include sound and podcast episode endpoints, but no context or exclusions are given to clarify which one is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.