search_apis
Find API endpoints by keyword, method, tag, or file in Swagger/OpenAPI JSON, with fuzzy search and configurable result limits.
Instructions
搜索 API endpoints,支援模糊搜索和多種過濾條件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | 限制搜索的標籤(可選) | |
| limit | No | 最大回傳結果數量,預設為 10,最大 100 | |
| query | Yes | 搜索關鍵字(可搜索路徑、摘要、描述、operationId、標籤) | |
| method | No | HTTP 方法過濾(如:get, post, put, delete)(可選) | |
| swaggerName | No | 限制搜索的 Swagger 檔案名稱(可選) |