Skip to main content
Glama

Spotify MCP Server

playback_control

Control Spotify playback by starting, pausing, skipping tracks, or retrieving current playback status using specific actions and track IDs.

Instructions

Control Spotify playback.

Args: action: Action ('get', 'start', 'pause', 'skip') track_id: Track ID to play (for 'start') num_skips: Number of tracks to skip

Input Schema

NameRequiredDescriptionDefault
actionYes
num_skipsNo
track_idNo

Input Schema (JSON Schema)

{ "properties": { "action": { "title": "Action", "type": "string" }, "num_skips": { "default": 1, "title": "Num Skips", "type": "integer" }, "track_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Track Id" } }, "required": [ "action" ], "title": "playback_controlArguments", "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/jamiew/spotify-mcp'

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