Skip to main content
Glama

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

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

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