vibo_search_songs
Search for songs in Vibo's catalog or your connected Spotify to add to an event section. Returns song details for further actions.
Instructions
Search for songs to add to a section. source 'searchField' (default) searches Vibo's catalog; 'spotify' searches your connected Spotify. Returns songUrl/viboSongId/title/artist to pass to vibo_add_song_to_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20). | |
| query | Yes | Song or artist to search for. | |
| source | No | Search source (default 'searchField'). | |
| eventId | Yes | Event id (search is scoped to an event/section). | |
| sectionId | Yes | Section id the search is for. |