parse_openapi
Parse and validate OpenAPI/Swagger specs from JSON/YAML or URL to extract endpoints, methods, and schemas for API development.
Instructions
Parse and validate an OpenAPI/Swagger specification from JSON/YAML string or URL. Returns detailed information about the API including endpoints, methods, and schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | OpenAPI spec as JSON/YAML string, or a URL to fetch the spec from | |
| isUrl | No | Whether the input is a URL (default: false) |