action spotify_get_the_users_currently_playing_track { label: "Get Currently Playing Track\n" description: "Get the object currently being played on the user's Spotify account.\n" provider: spotify method: GET path: "/me/player/currently-playing" encoding: json output: { type: "object" additionalProperties: true } }