vibo_list_song_ideas_songs
List suggested songs in a song-idea collection to retrieve song details for adding to sections in Vibo event planning.
Instructions
List the suggested songs inside a song-idea collection (returns songUrl/viboSongId/title/artist to pass to vibo_add_song_to_section).
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). | |
| eventId | Yes | Event id. | |
| sectionId | Yes | Section id (from vibo_list_sections). | |
| songIdeasId | Yes | The _id from vibo_list_section_song_ideas. |