OpenAPI Generator for Tcl

I did a search for OpenAPI and Swagger here but I found no results. There is a well known tool called openapi-generator (see https://github.com/OpenAPITools/openapi-generator ) that, given an OpenAPI yaml file, will generate a client in your preferred language. It supports a wide number of languages, but sadly not Tcl.

Is anyone aware of plans to support such a tool in Tcl?