get_album_tracks
Retrieve tracks of a Spotify album using its ID. Supports pagination with limit and offset parameters.
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |