Skip to main content
Glama

SpotifyQueue

Manage your Spotify playback queue by adding tracks or viewing current queue items to control music playback order.

Instructions

Manage the playback queue - get the queue or add tracks.

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform: 'add' or 'get'.
track_idNoTrack ID to add to queue (required for add action)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform: 'add' or 'get'.", "title": "Action", "type": "string" }, "track_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Track ID to add to queue (required for add action)", "title": "Track Id" } }, "required": [ "action" ], "type": "object" }

Other Tools from Spotify MCP Server

Related Tools

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

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