getAlbumTracks
Get all tracks from a Spotify album by ID. Use limit and offset to paginate through large track lists.
Instructions
Get tracks from a specific album with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tracks to return (1-50) | |
| offset | No | Offset for pagination (0-based index) | |
| albumId | Yes | The Spotify ID of the album | |
| album_id | No | Alias for albumId |