spotify_album_tracks
Fetch Spotify album track listings by album ID or URL, returning normalized track data with configurable limit and offset for pagination.
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 |