getSongs
Retrieve a streamer's song list with pagination. Use streamer name, limit, and offset to control results.
Instructions
Fetch the complete song list for a streamer with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| streamerName | No | The name of the streamer whose song list to fetch | |
| limit | No | Maximum number of songs to return (default: 100) | |
| offset | No | Number of songs to skip for pagination (default: 0) |