action musixmatch_get_artist_search { description: "" provider: musixmatch method: GET path: "/artist.search" encoding: json input: { type: "object" properties: { callback: { type: "string" } f_artist_id: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } q_artist: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }