get_album_tracks
Retrieve a list of tracks from a Spotify album by providing its album ID. Optionally set the limit, offset, and market to customize results.
Instructions
Get tracks of a Spotify album.
Args:
album_id: The Spotify ID of the album.
limit: Maximum number of tracks to return (1-50, default 20).
offset: Index of the first track to return (default 0).
market: ISO 3166-1 alpha-2 country code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| limit | No | ||
| offset | No | ||
| market | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |