getPlaylistTracks
Retrieves the list of tracks from a Spotify playlist using its ID, with an optional limit on the number of tracks returned.
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) | |
| playlistId | Yes | The Spotify ID of the playlist |