pausePlayback
Pause Spotify playback on a specific device by providing the device ID, enabling remote control of Spotify via the Spotify MCP Server for AI assistants.
Instructions
Pause Spotify playback on the active device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | No | The Spotify device ID to pause playback on |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"deviceId": {
"description": "The Spotify device ID to pause playback on",
"type": "string"
}
},
"type": "object"
}