Spotify MCP Server

by hrishi0102
Verified

add-tracks-to-playlist

Adds selected Spotify track URIs to a specified playlist, enabling streamlined music management through the Spotify MCP Server.

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" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: ho9epeqejw