Skip to main content
Glama

Spotify MCP

by ashwanth1109

add_to_playlist

Add tracks to a Spotify playlist by specifying the playlist ID and a list of track IDs. Simplify playlist management through direct integration with the Spotify MCP server.

Instructions

Add tracks to a playlist Args: playlist_id: Spotify playlist ID track_ids: List of track IDs to add

Input Schema

NameRequiredDescriptionDefault
playlist_idYes
track_idsYes

Input Schema (JSON Schema)

{ "properties": { "playlist_id": { "title": "Playlist Id", "type": "string" }, "track_ids": { "items": { "type": "string" }, "title": "Track Ids", "type": "array" } }, "required": [ "playlist_id", "track_ids" ], "title": "add_to_playlistArguments", "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/ashwanth1109/mcp-spotify'

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