action spotify_get_an_albums_tracks { label: "Get Album Tracks\n" description: "Get Spotify catalog information about an album’s tracks.\nOptional parameters can be used to limit the number of tracks returned.\n" provider: spotify method: GET path: "/albums/{id}/tracks" encoding: json output: { type: "object" additionalProperties: true } }