spotify_previous
Return to the previous track in your Spotify playback. Use this tool to navigate back to songs you just heard or restart the current track from the beginning.
Instructions
Volta para a música anterior
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"
}