action soundcloud_get_me_followers { label: "Returns a list of users who are following the authenticated user." provider: soundcloud method: GET path: "/me/followers" encoding: json output: { type: "object" additionalProperties: true } }