vibo_get_playlist_songs
Retrieve the tracks in any Spotify or Apple Music playlist connected to your Vibo account. Provide the playlist ID and source to list songs, with optional skip and limit parameters for paging.
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. |