getPlaylistTracks
Get tracks from a Spotify playlist by ID, with optional limit and offset for pagination.
Instructions
Get a list of tracks in a Spotify playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tracks to return (1-50) | |
| offset | No | Offset for pagination (0-based index) | |
| playlistId | Yes | The Spotify ID of the playlist |