Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

getOverlayData

Retrieve overlay configuration and display data for specific streamers on the StreamerSongList MCP Server. Specify the streamer name and overlay type (queue, nowplaying, history, stats) to fetch relevant information.

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