vibo_get_section_songs
Retrieve song requests for an event section with requester info, like counts, must-play/do-not-play flags, comments, and streaming links. Filter by text, flags, or sort by likes, creation date, or title.
Instructions
List the songs requested in a section, with who added each, like counts, must-play / do-not-play flags, comments, and streaming links. Sort by likesCount, createdAt, or title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter songs by text. | |
| skip | No | Number of items to skip, for paging (default 0). | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Vibo's payload untouched. No field projection: this server has no verified record of which Vibo fields matter, and inventing one would risk dropping a field a caller needs. | |
| limit | No | Max items to return (default 20). | |
| eventId | Yes | Event id. | |
| isFlagged | No | Filter to do-not-play / flagged songs. | |
| sectionId | Yes | Section id (from vibo_list_sections). | |
| sortField | No | ||
| isMustPlay | No | ||
| sortDirection | No |