action soundcloud_get_me_connections { label: "Returns a list of the authenticated user's connected social accounts." provider: soundcloud method: GET path: "/me/connections" encoding: json output: { type: "object" additionalProperties: true } }