OpenAPI 3.0 specification parser and Python tool class generator with schema parameter validation.
Discover more at GenPark and the GenPark MCP Catalog.
graph TD
A[OpenAPI / Swagger JSON] --> B[Endpoint & Schema Parser]
B --> C[Extract Parameters & HTTP Methods]
C --> D[GeneratedToolMethod Objects]
D --> E[Parameter Validation Guard]
E --> F[Simulated & Executable API Invocations]
- Compliant with OpenAPI 3.0 and Swagger 2.0 path definitions.
- Automatic parameter requirement enforcement.
- Pure Python standard library.