vibo_toggle_song_like
Like or unlike a song in an event section to indicate preference. Confirmation required before changes take effect.
Instructions
Like or unlike a song in a section. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| liked | Yes | true to like, false to unlike. | |
| songId | Yes | Song _id (from vibo_get_section_songs). | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| sectionId | Yes | Section id. |