vibo_get_section_songs
Retrieve songs from an event section with details on who added each, like counts, must-play or do-not-play flags, comments, and streaming links. Filter by text, sort by likes, date, or title, and paginate results.
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). | |
| 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 |