spotify_track_similar_albums
Retrieve albums similar to a Spotify track. Provide a track ID or URL to get normalized album recommendations, with options to limit results or request albums-only.
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 |