vibo_get_playlist_songs
Retrieve the songs from any connected playlist on Spotify or Apple Music. Specify the playlist ID and source, optionally paginate with skip and limit.
Instructions
List the tracks in one of your connected-service playlists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip, for paging (default 0). | |
| limit | No | Max items to return (default 20). | |
| source | Yes | Streaming source — must be connected to your Vibo account. | |
| playlistId | Yes | Playlist id from vibo_get_playlists. |