action clubhouseapi_post_get_clubs_for_topic { label: "looks up clubs by topic." provider: clubhouseapi method: POST path: "/get_clubs_for_topic" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }