Skip to main content
Glama

Spotify MCP Server

manage_queue

Control and modify the Spotify playback queue by adding tracks or retrieving the current queue using specified actions and track IDs. Simplify queue management for enhanced listening experiences.

Instructions

Manage playback queue.

Args: action: Action ('add' or 'get') track_id: Track ID (for 'add')

Input Schema

NameRequiredDescriptionDefault
actionYes
track_idNo

Input Schema (JSON Schema)

{ "properties": { "action": { "title": "Action", "type": "string" }, "track_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Track Id" } }, "required": [ "action" ], "title": "manage_queueArguments", "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