action clubhouseapi_get_get_suggested_follows_all { label: "gets suggested follows during signup" provider: clubhouseapi method: GET path: "/get_suggested_follows_all" encoding: json input: { type: "object" properties: { in_onboarding: { type: "boolean" } page: { type: "integer" } page_size: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }