Skip to main content
Glama

Spotify MCP Server

add_tracks_to_playlist

Enhance your Spotify playlists by adding up to 100 tracks using the specified track URIs. Simplify playlist management directly through the Spotify MCP Server integration.

Instructions

Add tracks to a playlist.

Args: playlist_id: Playlist ID track_uris: List of track URIs (up to 100)

Input Schema

NameRequiredDescriptionDefault
playlist_idYes
track_urisYes

Input Schema (JSON Schema)

{ "properties": { "playlist_id": { "title": "Playlist Id", "type": "string" }, "track_uris": { "items": { "type": "string" }, "title": "Track Uris", "type": "array" } }, "required": [ "playlist_id", "track_uris" ], "title": "add_tracks_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/jamiew/spotify-mcp'

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