Skip to main content
Glama

Spotify MCP Server

by hrishi0102

add-tracks-to-playlist

Add multiple Spotify tracks to a specific playlist by providing the playlist ID and track URIs. Integrates with Spotify MCP Server for streamlined playlist management.

Input Schema

NameRequiredDescriptionDefault
playlistIdYesThe Spotify playlist ID
trackUrisYesArray of Spotify track URIs to add

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "playlistId": { "description": "The Spotify playlist ID", "type": "string" }, "trackUris": { "description": "Array of Spotify track URIs to add", "items": { "type": "string" }, "type": "array" } }, "required": [ "playlistId", "trackUris" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Spotify MCP Server

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/hrishi0102/spotify-mcp'

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