Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

getSongDetails

Retrieve song metadata and attributes by providing a unique song ID, enabling detailed tracking and management of music requests in streaming platforms.

Instructions

Get detailed information about a specific song including metadata and attributes

Input Schema

NameRequiredDescriptionDefault
songIdYesThe unique identifier of the song

Input Schema (JSON Schema)

{ "properties": { "songId": { "description": "The unique identifier of the song", "type": "string" } }, "required": [ "songId" ], "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