检查 Swagger 文档地址
inspect_api_docsInspects API documentation URLs (doc.html, Swagger JSON) to validate endpoints, groups, and operations, returning candidates for further detail retrieval.
Instructions
在用户已明确要求查询、调试、搜索、列出或分析接口文档后,检查 doc.html、Knife4j hash 深链接或 Swagger JSON 地址。不要因为消息中只有 URL 就调用;孤立 URL 应先询问用户意图。调用后实时验证 hash 中的分组、分类和 operationId,返回候选项与 nextAction。nextAction 为 get_api_detail 时,应直接使用已验证的 group/path/method 调用 get_api_by_path。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始 | |
| docsUrl | Yes | 本次要查询的 doc.html 或 Swagger JSON 完整地址 | |
| pageSize | No | 每页数量,最大 100 |