peek_openapi
Summarize an OpenAPI spec to inspect its title, version, endpoints, and paths before serving or deploying. Accepts a file path or public URL.
Instructions
Summarise an OpenAPI spec without serving it. Returns {title, version, openapi_version, endpoint_count, paths}. Pass input as a file path or a public https URL. Use this when the user wants to know what's in a spec before deciding whether to serve or deploy it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |