Skip to main content
Glama

Spotify MCP Server

by marcelmarais

skipToPrevious

Skip back to the previous track in your Spotify playback queue by specifying the device ID through the Spotify MCP Server, enabling precise playback control.

Instructions

Skip to the previous track in the current Spotify playback queue

Input Schema

NameRequiredDescriptionDefault
deviceIdNoThe Spotify device ID to skip on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "The Spotify device ID to skip on", "type": "string" } }, "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/marcelmarais/spotify-mcp-server'

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