SpotifyPlayback
Control Spotify playback by starting, pausing, skipping tracks, or getting current status through natural conversation commands.
Instructions
Manages the current playback...
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'get', 'start', 'pause' or 'skip'. | |
| spotify_uri | No | Spotify uri of item to play... | |
| num_skips | No | Number of tracks to skip for `skip` action. |