Skip to main content
Glama

get_show_latest_episode

Retrieve the most recent episode of a show, including duration, description, and resume point.

Instructions

Return the single newest episode of a show with duration, description, and resume point — 'what dropped last?' in one GET. Defaults to 'concise' prose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNoISO 3166-1 alpha-2 market for availability
show_idYesShow ID, spotify:show: URI, or open.spotify.com/show URL
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior3/5

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

There are no annotations, so the description carries the full burden. It does disclose useful behavior: it returns the newest episode, includes duration/description/resume point, and defaults to 'concise' prose. It does not mention potential pitfalls like missing episodes, availability behavior, error cases, or authentication needs, but the read-only GET behavior is at least implied.

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 a single dense sentence with a memorable use-case phrase and no filler. Key information is front-loaded, and the default behavior statement is efficient.

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?

For a simple single-object GET with fully described parameters, the description plus schema covers the essential information: what is returned, the input identifiers, and the output format options. The absence of an output schema is mitigated by naming the main returned fields, though it does not elaborate on the 'detailed' or 'json' shapes.

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 input schema already fully documents show_id, market, and response_format. The description adds little beyond restating the default response format and the fields returned; it does not deepen understanding of the parameters themselves.

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 uses a specific verb and resource: 'Return the single newest episode of a show' and names the exact output fields, making the tool's function immediately clear. The phrase 'what dropped last?' reinforces the intent and distinguishes it from broader episode-listing siblings like get_show_episodes or show_episode_search.

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

Usage Guidelines3/5

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

The description conveys the use case ('what dropped last?') and implies this is the right tool when only the single newest episode is needed. However, it does not explicitly mention alternatives or conditions where other sibling tools such as get_show_episodes, get_newly_released_episodes, or show_episode_search would be more appropriate.

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/NovaLux12/spotify-mcp-server'

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