vibo_add_song_to_section
Add a song to a specific event section using the song URL from search results. Requires confirmation to complete the action.
Instructions
Add a song to a section. Pass a song from vibo_search_songs (songUrl is required; include viboSongId/title/artist when known). 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. |