run_api
Send a real HTTP request to an API path and return status, headers, and body. Useful for testing endpoints without tool errors affecting results.
Instructions
运行(测试)接口。向真实路径发请求并返回 status/headers/body。被测接口的错误不算工具错误。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 完整运行路径,如 /user/list | |
| method | Yes | ||
| params | No | query 参数 | |
| body | No | 请求体(任意 JSON) | |
| headers | No |