vibo_add_song_to_section
Add a song to a Vibo section from a search result, verifying it's an original track before adding. Requires confirmation to proceed.
Instructions
Add a song to a section. Pass a song from vibo_search_songs (songUrl is required; include viboSongId/title/artist when known). Before adding, check that result's quality.confidence: adding a likely-not-original result puts a cover, karaoke track or junk-metadata re-upload in front of a live DJ. If nothing looks original, report the closest matches back rather than adding a best guess. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| artist | No | ||
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| songUrl | Yes | The song URL from vibo_search_songs (required). | |
| sectionId | Yes | Section id to add the song to. | |
| viboSongId | No | The song's viboSongId from search, when available. |