Get Endpoint Details
swagger_get_endpointRetrieve a summary of an API endpoint by its path and method, including the file path to cached JSON with full parameters, request body, responses, and security details.
Instructions
Get a brief summary of a specific API endpoint and the path to its cached JSON file containing complete details (parameters, request body, responses, security). Use the Read tool on the returned file path to see the full endpoint definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API endpoint path (e.g. /users/{id}) | |
| method | Yes | HTTP method (GET, POST, PUT, DELETE, etc.) |