get_now_playing
Retrieve details about the currently playing track on Spotify, including name, artist, album, progress, and playback state. Returns a clear indicator when nothing is playing.
Instructions
Get information about the currently playing track on Spotify.
Returns track name, artist, album, progress, and playback state.
Returns {"is_playing": False} if nothing is currently playing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||