Skip to main content
Glama

MCP Spotify Server

by fborello

spotify_add_tracks_to_playlist

Add tracks to an existing Spotify playlist by providing the playlist ID and track IDs. This tool enables playlist management through the MCP Spotify Server.

Instructions

Adiciona músicas a uma playlist existente

Input Schema

NameRequiredDescriptionDefault
playlist_idYesID da playlist no Spotify
track_idsYesArray com os IDs das músicas para adicionar

Input Schema (JSON Schema)

{ "properties": { "playlist_id": { "description": "ID da playlist no Spotify", "type": "string" }, "track_ids": { "description": "Array com os IDs das músicas para adicionar", "items": { "type": "string" }, "type": "array" } }, "required": [ "playlist_id", "track_ids" ], "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/fborello/MCPSpotify'

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