Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

getQueue

Retrieve and paginate the current song queue for a specific streamer using this tool. Input the streamer's name, set limit and offset parameters to control the number of songs displayed and manage pagination.

Instructions

View current song queues with pagination support

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of songs to return (default: 50)
offsetNoNumber of songs to skip for pagination (default: 0)
streamerNameYesThe name of the streamer whose queue to fetch

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of songs to return (default: 50)", "type": "number" }, "offset": { "default": 0, "description": "Number of songs to skip for pagination (default: 0)", "type": "number" }, "streamerName": { "description": "The name of the streamer whose queue to fetch", "type": "string" } }, "required": [ "streamerName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vuvuvu/streamersonglist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server