Skip to main content
Glama

show_new_episodes

Find new episodes across your saved podcast shows within a configurable lookback window, see which ones you already saved, and control API cost with budgets and dry-run preview.

Instructions

Find new episodes across your saved podcast shows: reports episodes released within the lookback window (default 7 days), marking which are already saved in your episode library. Fetches /me/shows then each show's latest episodes. WARNING: M saved shows → M+1 requests (1 show page + M episode lookups). Use max_shows to budget and dry_run to preview the cost before running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window in days. Default 7.
dry_runNoPreview only: validate inputs and describe exactly what would change without performing it
max_showsNoPer-call budget for show episode lookups. Default: 25 (or SPOTIFY_MCP_FRESHNESS_BUDGET / SPOTIFY_MCP_SHOWRADAR_BUDGET). Scan caps at min(budget, SPOTIFY_MCP_FETCH_ALL_CAP) and reports truncation. WARNING: each lookup is an API request.
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
per_show_limitNoHow many latest episodes to check per show for recency. Default 3.
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden and exceeds it: it reveals the exact request profile ('M saved shows → M+1 requests'), flags the cost scaling as a WARNING, and names both mitigations (max_shows to budget, dry_run to preview cost). It also discloses the fetch path (/me/shows then per-show episode lookups). This is precisely the behavioral context an agent needs to call a fan-out scan responsibly.

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

Conciseness4/5

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

Three sentences, front-loaded with the core purpose before mechanism and warnings. Every sentence earns its place; the WARNING block is long but contains high-value cost information. Mild redundancy with schema text (days default, max_shows, dry_run) prevents a 5, but nothing is wasted.

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 6-param, no-output-schema reporting tool, the description covers purpose, window, mechanism, cost, and budget controls — the hard parts are all present. The main gap is that with no output schema, it never describes the result grouping/shape beyond 'reports episodes,' and it omits explicit read-only reassurance, though response_format and max_results partially cover output expectations.

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?

Schema coverage is 100%, so the baseline is 3. The description adds marginal value beyond the schema by wiring max_shows and dry_run into the cost model (budget + preview cost before running) and by re-stating the 7-day default for days, which reinforces rather than repeats the param docs. It doesn't add format/syntax detail beyond schema, but the cost-framing boost is genuine.

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?

Opens with a specific verb-resource pair ('Find new episodes across your saved podcast shows') and adds precise scope: lookback window (default 7 days) plus marking which episodes are already saved. The saved-shows + time-window + saved-status framing clearly distinguishes it from single-show siblings like get_show_latest_episode and list_show_episodes, and from generic search tools, even without naming them.

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 makes the invocation scenario explicit — scan saved shows for recent episodes within a window — giving clear context for when an agent should reach for it. It does not name alternatives or when-not-to-use conditions, and closely related siblings (get_newly_released_episodes, shows_release_calendar) are never referenced, but the scope statement is specific enough that an agent can infer the right selection.

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