action soundcloud_get_me { label: "Returns the authenticated user’s information." provider: soundcloud method: GET path: "/me" encoding: json output: { type: "object" additionalProperties: true } }