Skip to main content
Glama

Claude Music MCP

by leehave

add_to_playlist

Add a song to a specific playlist by providing the playlist ID and song ID. Simplifies music management within Claude Music MCP's ecosystem.

Instructions

将歌曲添加到播放列表

Input Schema

NameRequiredDescriptionDefault
playlistIdYes播放列表ID
songIdYes歌曲ID

Input Schema (JSON Schema)

{ "properties": { "playlistId": { "description": "播放列表ID", "type": "string" }, "songId": { "description": "歌曲ID", "type": "string" } }, "required": [ "playlistId", "songId" ], "type": "object" }

Other Tools from Claude Music MCP

Related Tools

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