get_saved_albums
Retrieve albums saved in your Spotify library. Use fetch_all to get your entire collection, with pagination controls for larger libraries.
Instructions
Get albums saved in the user's library. Set fetch_all=true to retrieve the entire collection. Output is capped by max_results (default: SPOTIFY_MCP_MAX_ITEMS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code, e.g. 'US' | |
| offset | No | Pagination offset. Default: 0 | |
| fetch_all | No | Fetch all pages instead of one page (ignores limit/offset) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |