action spotify_get_an_artist { label: "Get Artist\n" description: "Get Spotify catalog information for a single artist identified by their unique Spotify ID.\n" provider: spotify method: GET path: "/artists/{id}" encoding: json output: { type: "object" additionalProperties: true } }