Skip to main content
Glama

search_saved_albums

Find saved albums by album name, artist, or added-after date. Filters your Spotify library locally to return matching albums without server-side search.

Instructions

Search saved albums (client-side filter over bounded walk). Quota: 🟢 GET /me/albums paged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSubstring match against album name/artist
artistNoSubstring match against album artist
scan_capNoMax albums to scan (default fetchAllCap)
added_afterNoISO date — only albums added after this
max_resultsNoMax items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50)
response_formatNo'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API objectconcise
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden and does useful work: it reveals that filtering is client-side over a bounded paginated walk and reports the quota endpoint (GET /me/albums paged). It does not explicitly state read-only behavior or response shape, but the endpoint and search semantics strongly imply a non-mutating operation.

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 short sentences, each earning its place: one defines the operation and its implementation, the other gives the quota/cost signal. No redundant filler or repetition of schema content.

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 a rich 100%-covered schema and no output schema, the description adds the missing operational context (client-side filter, bounded walk, quota) that an agent needs to anticipate cost and behavior. It stops slightly short of full completeness by not recommending a sibling for alternatives, but that belongs more to usage guidance.

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?

All six parameters already have complete descriptions in the schema, so the baseline applies. The phrase 'client-side filter over bounded walk' adds some context for scan_cap and max_results, but the description does not need to explain individual parameters because the schema already covers them at 100%.

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-resource pair ('Search saved albums') and adds a discriminating implementation trait ('client-side filter over bounded walk') that separates it from catalog-wide search_albums and from get_saved_albums. The scope (saved albums, not tracks/shows) is unambiguous.

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 makes clear the tool operates over saved albums rather than the general catalog, but it never explicitly states when to prefer this over search_albums or search_saved_tracks, nor does it mention any exclusions. Usage context is implied rather than stated.

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