action clubhouseapi_get_get_events { label: "the Upcoming for You page" provider: clubhouseapi method: GET path: "/get_events" encoding: json input: { type: "object" properties: { is_filtered: { type: "boolean" } page: { type: "integer" } page_size: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }