Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

manageSongRequest

Enable AI assistants to create, update, and delete song requests for streamers, manage song queues, and interact with streaming platforms' song request systems.

Instructions

Create, update, and delete song requests

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform on the song request
artistNoThe artist name (optional for create/update)
messageNoOptional message with the request
requestIdNoThe ID of the request (required for update/delete)
requesterNameNoThe name of the person making the request (optional for create)
songTitleNoThe title of the song (required for create/update)
streamerNameYesThe name of the streamer

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The action to perform on the song request", "enum": [ "create", "update", "delete" ], "type": "string" }, "artist": { "description": "The artist name (optional for create/update)", "type": "string" }, "message": { "description": "Optional message with the request", "type": "string" }, "requestId": { "description": "The ID of the request (required for update/delete)", "type": "string" }, "requesterName": { "description": "The name of the person making the request (optional for create)", "type": "string" }, "songTitle": { "description": "The title of the song (required for create/update)", "type": "string" }, "streamerName": { "description": "The name of the streamer", "type": "string" } }, "required": [ "action", "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