Spotify MCP

by ashwanth1109

start_playlist_playback

Initiate playback of a specified Spotify playlist using its ID, with the option to select a specific device for playback.

Instructions

Start playback of a specific playlist Args: playlist_id: Spotify playlist ID device_id: Optional device to play on

Input Schema

NameRequiredDescriptionDefault
device_idNo
playlist_idYes

Input Schema (JSON Schema)

{ "properties": { "device_id": { "default": null, "title": "Device Id", "type": "string" }, "playlist_id": { "title": "Playlist Id", "type": "string" } }, "required": [ "playlist_id" ], "title": "start_playlist_playbackArguments", "type": "object" }
ID: pf1oy40k88