action spotify_get_multiple_albums { label: "Get Several Albums\n" description: "Get Spotify catalog information for multiple albums identified by their Spotify IDs.\n" provider: spotify method: GET path: "/albums" encoding: json output: { type: "object" additionalProperties: true } }