action musixmatch_get_artist_get { description: "" provider: musixmatch method: GET path: "/artist.get" encoding: json input: { type: "object" properties: { artist_id: { type: "string" } callback: { type: "string" } format: { type: "string" } } required: ["artist_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }