vibo_move_song
Move songs between event sections. Requires confirmation to prevent accidental changes.
Instructions
Move songs from one section to another. 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. | |
| sourceSectionId | Yes | Section id the songs are currently in. | |
| targetSectionId | Yes | Section id to move the songs to. |