vibo_export_event_to_spotify
Export event song selections to a Spotify playlist. Returns playlist URL and number of tracks exported or failed. Confirmation required.
Instructions
Export an event's song selections to a new Spotify playlist (Spotify must be connected). Returns the playlist URL plus how many tracks exported / failed. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Playlist title (defaults to the event title). | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| sectionIds | Yes | Section ids to include (from vibo_list_sections). | |
| onlyFlagged | No | Export only flagged/do-not-play songs (rarely needed). |