action spotify_get_an_artists_top_tracks { label: "Get Artist's Top Tracks\n" description: "Get Spotify catalog information about an artist's top tracks by country.\n" provider: spotify method: GET path: "/artists/{id}/top-tracks" encoding: json output: { type: "object" additionalProperties: true } }