action soundcloud_get_tracks_track_id_streams { label: "Returns a track's streamable URLs" provider: soundcloud method: GET path: "/tracks/{track_id}/streams" encoding: json output: { type: "object" additionalProperties: true } }