Skip to main content
Glama

discover_music

Find music recommendations using natural language queries based on your preferences and library content. Search for specific genres, eras, or similar artists to discover new tracks.

Instructions

Natural language music discovery with smart recommendations based on your preferences and library

Input Schema

NameRequiredDescriptionDefault
queryYesNatural language query (e.g., 'songs from the 90s', 'rock bands I haven't heard', 'something like Modest Mouse')
contextNoAdditional context for the search (optional)
limitNoMaximum number of results to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context for the search (optional)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results to return (default: 10)", "type": "number" }, "query": { "description": "Natural language query (e.g., 'songs from the 90s', 'rock bands I haven't heard', 'something like Modest Mouse')", "type": "string" } }, "required": [ "query" ], "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/vyb1ng/plex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server