action clubhouseapi_get_get_notifications { label: "get notifications (the bell icon)" provider: clubhouseapi method: GET path: "/get_notifications" encoding: json input: { type: "object" properties: { page: { type: "integer" } page_size: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }