action openapi_generator_get_client_options { label: "Returns options for a client library" provider: openapi_generator method: GET path: "/api/gen/clients/{language}" encoding: json input: { type: "object" properties: { language: { type: "string" } } required: ["language"] additionalProperties: false } output: { type: "object" } }