fetch_swagger_info
Extract API endpoint details from Swagger/OpenAPI documentation. Automatically detects swagger.json or swagger.yaml files using the provided URL or common paths, enabling integration and model generation.
Instructions
Fetch Swagger/OpenAPI documentation to discover available API endpoints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | No | URL to the swagger.json or swagger.yaml file. If not provided, will try to use the base URL with common Swagger paths. |