Skip to main content
Glama

Claude Music MCP

by leehave

create_playlist

Build personalized music playlists by specifying a name and optional description. Streamline music organization and enhance listening experiences with this playlist creation tool.

Instructions

创建新的播放列表

Input Schema

NameRequiredDescriptionDefault
descriptionNo播放列表描述
nameYes播放列表名称

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "播放列表描述", "type": "string" }, "name": { "description": "播放列表名称", "type": "string" } }, "required": [ "name" ], "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/leehave/Claude-Music-Mcp'

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