Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

manageSongRequest

Handle song requests efficiently by creating, updating, or deleting entries for streamers. Integrates with streaming platforms to manage request queues and track details like song title, artist, and requester name.

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" }

Other Tools from StreamerSongList MCP Server

Related Tools

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