vibo_list_song_ideas_songs
List suggested songs in a song-idea collection to get song URLs, IDs, titles, and artists for adding to a section.
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). | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Vibo's payload untouched. No field projection: this server has no verified record of which Vibo fields matter, and inventing one would risk dropping a field a caller needs. | |
| 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. |