获取接口详情
get_api_detailFetch complete API documentation for a single endpoint. Provide the endpoint path to retrieve detailed parameters, request body, response, and examples. Optionally specify an HTTP method to filter the results.
Instructions
获取单个接口的完整文档。
使用指引:
已经知道接口路径时,直接传 path 获取详情
先用 search_api 查到候选,再用本工具精确查看参数/请求体/响应/示例
method 可选,未提供时返回该 path 下所有方法(如同时存在 GET/POST)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 接口路径,如 /api/users/{id} | |
| method | No | HTTP 方法,可选,不指定则返回所有方法 |