Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

manageSongAttributes

Manage song attributes to filter and organize music efficiently. Get, add, or remove tags for individual songs, enhancing organization and retrieval within the StreamerSongList MCP Server.

Instructions

Get, add, or remove attributes/tags for songs to help with filtering and organization

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on song attributes
attributeNameNoName of the attribute (required for add/remove actions)
attributeValueNoValue of the attribute (optional for add action)
songIdNoThe song ID (required for get/add/remove actions)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform on song attributes", "enum": [ "get", "add", "remove", "list" ], "type": "string" }, "attributeName": { "description": "Name of the attribute (required for add/remove actions)", "type": "string" }, "attributeValue": { "description": "Value of the attribute (optional for add action)", "type": "string" }, "songId": { "description": "The song ID (required for get/add/remove actions)", "type": "string" } }, "required": [ "action" ], "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