Get full endpoint specification
get_endpointReturns the full OpenAPI operation object for a given path: parameters, request body, all response schemas, examples, and tags. Use after search_endpoints to drill into a specific endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full OpenAPI path, e.g. "/steam/api/items" or "/account/me". | |
| method | No | HTTP method. Defaults to "get". |