action clubhouseapi_post_get_profile { label: "looks up user profile by ID." provider: clubhouseapi method: POST path: "/get_profile" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }