action spotify_get_an_album { label: "Get Album\n" description: "Get Spotify catalog information for a single album.\n" provider: spotify method: GET path: "/albums/{id}" encoding: json output: { type: "object" additionalProperties: true } }