get_endpoint_details
Retrieve detailed request and response schemas for any API endpoint by specifying its URL, method, and path from an OpenAPI document.
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 | |
| auth | No | Authentication for protected docs or OpenAPI documents | |
| method | Yes | HTTP method | |
| path | Yes | Exact OpenAPI path, e.g. /api/users/{id} |