Get Spotify Album Tracks
spotify_album_tracksRetrieve a paginated page of tracks from a Spotify album ID. Use limit and offset parameters to navigate through the track list.
Instructions
Return one paginated page of tracks from an exact Spotify album ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| tracks | Yes | ||
| album_id | Yes |