Spotify MCP

by ashwanth1109

start_playback_track

Initiate playback of a specific track on Spotify by providing the track URI. Optionally specify a device ID to control where the track plays.

Instructions

Start playback of a specific track on Spotify Args: track_uri: Spotify URI of the track (e.g. 'spotify:track:1234...') device_id: Optional device to play on

Input Schema

NameRequiredDescriptionDefault
device_idNo
track_uriYes

Input Schema (JSON Schema)

{ "properties": { "device_id": { "default": null, "title": "Device Id", "type": "string" }, "track_uri": { "title": "Track Uri", "type": "string" } }, "required": [ "track_uri" ], "title": "start_playback_trackArguments", "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