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