Skip to main content
Glama

get_saved_episodes

Retrieve podcast episodes saved in your Spotify library. Use fetch_all to get the entire collection up to 500 items, or paginate with limit and offset.

Instructions

Get podcast episodes saved in the user's library. Set fetch_all=true to retrieve the entire collection (capped at 500 items).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1–50. Default: 20
marketNoISO 3166-1 alpha-2 country code
offsetNoPagination offset. Default: 0
fetch_allNoFetch all pages instead of one page (ignores limit/offset; capped at 500 items)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the 500-item cap and that fetch_all overrides limit/offset, which is useful behavioral context. However, it does not mention auth requirements, rate limits, or the return structure, which could be relevant for an agent.

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?

Two sentences with zero waste. The purpose is front-loaded, and the key behavioral nuance (fetch_all cap) is included without padding. Every word earns its place.

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?

Given the tool's simplicity and full schema documentation, the description adequately covers the essential behaviors: pagination via limit/offset, the fetch_all mode, and the 500-item cap. No output schema exists, so return format is not specified, but for a list retrieval this is a minor gap.

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 coverage is 100%, so all parameters are documented. The description repeats the fetch_all behavior and the 500 cap, which are already in the schema. Since the schema does the heavy lifting, the description adds minimal extra value beyond what an agent would read from the schema.

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 clearly states the tool retrieves podcast episodes saved in the user's library, using a specific verb and resource. This distinguishes it from sibling tools like get_saved_tracks or get_saved_shows, even without naming them. The mention of fetch_all behavior adds clarity about its scope.

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 provides clear context on how to use the tool, including the distinction between fetching a single page and using fetch_all for the full collection. It does not explicitly name alternatives or exclusions, but the resource specificity (podcast episodes) makes selection straightforward among the many get_saved_* siblings.

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