Skip to main content
Glama

MCP Spotify Server

by fborello

spotify_play

Play a specific song on Spotify by providing the track ID. Control playback on your connected devices using this music streaming tool.

Instructions

Toca uma música específica no Spotify

Input Schema

NameRequiredDescriptionDefault
device_idNoID do dispositivo (opcional)
track_idYesID da música no Spotify

Input Schema (JSON Schema)

{ "properties": { "device_id": { "description": "ID do dispositivo (opcional)", "type": "string" }, "track_id": { "description": "ID da música no Spotify", "type": "string" } }, "required": [ "track_id" ], "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/fborello/MCPSpotify'

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