获取接口文档概览
get-spec-overviewFetch a high-level overview from a Swagger/OpenAPI document: info, servers, tag-grouped endpoint stats, and total API count. Use this as the first step before exploring or calling endpoints.
Instructions
读取 Swagger/OpenAPI 文档,返回 info、servers、tags 分组统计、接口总数等概览信息。通常这是使用其它工具前的第一步。参数 source:文档的 URL(http/https)或本地文件路径(.json/.yaml/.yml),可选,不传时使用服务端配置的默认文档。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Swagger/OpenAPI 文档的 URL(http/https)或本地文件路径(.json/.yaml/.yml);不传时使用服务端配置的默认文档 |