Skip to main content
Glama

Multi-MCPs

by TaylorChen

create_playlist

Generate a personalized playlist for a specific user by specifying a user ID and playlist name. Integrated with Spotify through the Multi-MCPs server, this tool simplifies playlist creation by unifying access to multiple APIs.

Instructions

Create a new playlist for a user

Input Schema

NameRequiredDescriptionDefault
nameYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "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/TaylorChen/muti-mcps'

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