vibo_remove_song_from_section
Remove selected songs from an event section. Requires confirmation to apply changes; without confirmation, returns a preview of the removal.
Instructions
Remove one or more songs from a section. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| songIds | Yes | Song _ids from vibo_get_section_songs. | |
| sectionId | Yes | Section id. |