spotify_get_playlist_tracks
Retrieve tracks from a Spotify playlist using pagination. Provide playlist ID and optionally set limit (up to 100) and offset for paged results.
Instructions
Get tracks from a playlist with pagination (limit up to 100, offset for paging).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |