get_endpoint
Retrieve full endpoint details including parameters, request body, responses, and security requirements by providing method and path or operationId. Resolves inline component references.
Instructions
Get full details of a specific endpoint including parameters, request body, responses, and security requirements. Supported internal component $refs are resolved inline. Provide either "method" + "path" or "operationId". Use get_types to get TypeScript type declarations for the endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | HTTP method (e.g. get, post, put, delete) | |
| path | No | Endpoint path (e.g. /users/{id}) | |
| operationId | No | Operation ID to look up (e.g. listUsers) |