getQueueStats
Analyze song queue statistics for streamers, including total songs, queue duration, and popular tracks, to manage and optimize playlist performance.
Instructions
Get comprehensive stats about song queues including total songs, duration, and popular tracks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
streamerName | Yes | The name of the streamer whose queue stats to fetch |
Input Schema (JSON Schema)
{
"properties": {
"streamerName": {
"description": "The name of the streamer whose queue stats to fetch",
"type": "string"
}
},
"required": [
"streamerName"
],
"type": "object"
}