Get Endpoint Details
get-endpointGets detailed information about a specific API endpoint, including security schemes and servers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API endpoint path (e.g. /api/v1/users). | |
| title | Yes | Title of the OpenAPI spec. Use tool 'list-specs' or 'search-endpoints' to see available specs. | |
| method | Yes | The HTTP method (e.g. GET, POST, PUT, DELETE). |