catalog_batch_lookup
Batch resolve up to 50 mixed Spotify URIs (tracks, albums, artists, shows, episodes, audiobooks, chapters) in one lookup. Handles partitioning automatically for efficient retrieval.
Instructions
Resolve a mixed list of Spotify URIs (tracks/albums/artists/shows/episodes/audiobooks/chapters) in partitioned batch calls. Quota: 🟡 1 per distinct type + chunking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | Spotify URIs (spotify:track:..., spotify:album:..., etc.) 1–50 mixed | |
| 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 |