action clubhouseapi_post_get_suggested_speakers { label: "gets suggested users when you start a private room" provider: clubhouseapi method: POST path: "/get_suggested_speakers" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }