get_endpoint_details
Retrieve request and response details for a specific API endpoint using its path, HTTP method, and documentation URL.
Instructions
Return request/response details for a specific endpoint in the discovered OpenAPI document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Docs page URL or direct OpenAPI JSON/YAML URL | |
| method | Yes | HTTP method | |
| path | Yes | Exact OpenAPI path, e.g. /api/users/{id} |