spotify_album_tracks
Retrieve all tracks from a Spotify album using its ID or URL. Returns normalized track data, supports pagination via limit and offset.
Instructions
Retrieve Spotify album tracks. Returns normalized Spotify Web Player album tracks from private Pathfinder responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Spotify album ID | |
| uri | No | Spotify album URI or open.spotify.com album URL | |
| limit | No | Track limit, clamped to 1-50 | |
| offset | No | Track offset |