action musixmatch_get_chart_tracks_get { description: "" provider: musixmatch method: GET path: "/chart.tracks.get" encoding: json input: { type: "object" properties: { callback: { type: "string" } country: { type: "string" } f_has_lyrics: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }