action spotify_get_playlist_cover { label: "Get Playlist Cover Image\n" description: "Get the current image associated with a specific playlist.\n" provider: spotify method: GET path: "/playlists/{playlist_id}/images" encoding: json output: { type: "object" additionalProperties: true } }