vibo_import_playlist_to_section
Import selected tracks from a connected Spotify or Apple Music playlist into an event section. Confirm to proceed, or receive a preview of added, existing, and ignored tracks.
Instructions
Import selected tracks from a connected Spotify/Apple Music playlist into a section. Returns counts of added/existing/ignored. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Streaming source — must be connected to your Vibo account. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| sectionId | Yes | Section id (from vibo_list_sections). | |
| playlistId | No | Playlist id from vibo_get_playlists. | |
| tracksToAdd | Yes | Track ids (from vibo_get_playlist_songs) to import. | |
| tracksToIgnore | No | Track ids to skip. |