spotify_track_similar_albums
Find similar albums from a Spotify track by entering its ID, URI, or open.spotify.com URL. Returns normalized album recommendations as clean JSON.
Instructions
Retrieve Spotify track similar albums. Returns normalized albums from the similarAlbumsBasedOnThisTrack Pathfinder response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Spotify track ID. Used when uri is omitted | |
| uri | No | Spotify track URI or open.spotify.com track URL | |
| limit | No | Album limit, clamped to 1-50 | |
| albums_only | No | Request albums-only recommendations |