get_playlist_cover
Get a Spotify playlist's cover image URLs by passing its playlist ID. Use the direct links to display playlist artwork anywhere.
Instructions
Get a playlist's cover image URLs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for playlist_id, matching get_playlist | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | No | Playlist ID (or pass it as 'id') | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |