action spotify_get_an_artists_albums { label: "Get Artist's Albums\n" description: "Get Spotify catalog information about an artist's albums.\n" provider: spotify method: GET path: "/artists/{id}/albums" encoding: json output: { type: "object" additionalProperties: true } }