Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

monitorQueue

Track real-time song queue updates for a specified streamer with customizable polling intervals and duration using the MCP server for streaming platforms.

Instructions

Monitor queue changes with configurable polling intervals

Input Schema

NameRequiredDescriptionDefault
durationNoHow long to monitor in seconds (default: 300)
intervalNoPolling interval in seconds (default: 30)
streamerNameYesThe name of the streamer whose queue to monitor

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 300, "description": "How long to monitor in seconds (default: 300)", "type": "number" }, "interval": { "default": 30, "description": "Polling interval in seconds (default: 30)", "type": "number" }, "streamerName": { "description": "The name of the streamer whose queue to monitor", "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