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