action spotify_get_information_about_the_users_current_playback { label: "Get Playback State\n" description: "Get information about the user’s current playback state, including track or episode, progress, and active device.\n" provider: spotify method: GET path: "/me/player" encoding: json output: { type: "object" additionalProperties: true } }