Skip to main content
Glama

Spotify MCP

by ashwanth1109

reorder_queue

Reposition tracks in the Spotify queue by specifying the track's current position and the desired new position using the Spotify MCP server.

Instructions

Reorder tracks in queue by moving a track to a different position Args: range_start: Position of track to move insert_before: Position to insert the track

Input Schema

NameRequiredDescriptionDefault
insert_beforeYes
range_startYes

Input Schema (JSON Schema)

{ "properties": { "insert_before": { "title": "Insert Before", "type": "integer" }, "range_start": { "title": "Range Start", "type": "integer" } }, "required": [ "range_start", "insert_before" ], "title": "reorder_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/ashwanth1109/mcp-spotify'

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