spotify_pause
Pause current Spotify playback on your device. Use this tool to temporarily stop music or podcasts during your listening session.
Instructions
Pausa a reprodução atual
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No | ID do dispositivo (opcional) |
Input Schema (JSON Schema)
{
"properties": {
"device_id": {
"description": "ID do dispositivo (opcional)",
"type": "string"
}
},
"type": "object"
}