compare_playlist_covers
Compare the cover art of two Spotify playlists by checking image URL equality and dimensions to determine whether their artwork matches or differs.
Instructions
Compare two playlists covers: URL equality, dimensions. Quota: 🟢 2 GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id_a | Yes | ||
| playlist_id_b | Yes | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |