Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

getOverlayData

Retrieve overlay configuration and display data for a streamer, including queue, now playing, history, or stats, to customize and enhance stream visuals.

Instructions

Get overlay configuration and display data for a streamer

Input Schema

NameRequiredDescriptionDefault
overlayTypeNoType of overlay data to retrieve (default: queue)queue
streamerNameYesThe name of the streamer whose overlay data to fetch

Input Schema (JSON Schema)

{ "properties": { "overlayType": { "default": "queue", "description": "Type of overlay data to retrieve (default: queue)", "enum": [ "queue", "nowplaying", "history", "stats" ], "type": "string" }, "streamerName": { "description": "The name of the streamer whose overlay data 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