action musixmatch_get_album_tracks_get { description: "" provider: musixmatch method: GET path: "/album.tracks.get" encoding: json input: { type: "object" properties: { album_id: { type: "string" } callback: { type: "string" } f_has_lyrics: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } } required: ["album_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }