Skip to main content
Glama

StreamerSongList MCP Server

by vuvuvu

searchSongs

Find songs in the database by title, artist, or genre, with options to filter results, set limits, and paginate for efficient querying on the StreamerSongList MCP Server.

Instructions

Search the song database with various filters and criteria

Input Schema

NameRequiredDescriptionDefault
artistNoFilter by specific artist name
genreNoFilter by music genre
limitNoMaximum number of songs to return (default: 50)
offsetNoNumber of songs to skip for pagination (default: 0)
queryNoSearch query for song title or artist

Input Schema (JSON Schema)

{ "properties": { "artist": { "description": "Filter by specific artist name", "type": "string" }, "genre": { "description": "Filter by music genre", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of songs to return (default: 50)", "type": "number" }, "offset": { "default": 0, "description": "Number of songs to skip for pagination (default: 0)", "type": "number" }, "query": { "description": "Search query for song title or artist", "type": "string" } }, "required": [], "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