get_playlist
Retrieve details and tracks of a Spotify playlist using its ID, URI, or URL. Optionally limit the number of tracks returned.
Instructions
Get a playlist's details and its tracks.
Args:
playlist_id: A Spotify playlist ID, spotify:playlist:... URI, or
open.spotify.com playlist URL.
tracks_limit: Max number of tracks to include (default 100). If the
playlist has more, tracks_truncated will be true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| tracks_limit | No |