get_several_albums
Retrieve full album details for up to 20 Spotify albums in a single request using their IDs, simplifying catalog lookups and reducing API calls.
Instructions
Get full details for several albums by ID in a single call (up to 20 per request)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Spotify albums IDs (1–20 per request; longer lists are fetched in chunks of 20 and merged) | |
| 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 |