vibo_get_playlist_songs
Retrieve the list of tracks from a connected Spotify or Apple Music playlist using its ID. Supports pagination with limit and skip parameters.
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. |