lookup_endpoint
Search Natural REST API endpoints using path fragments, method/path patterns, or keywords. Optionally return detailed schema for a single match.
Instructions
Look up Natural REST API endpoints from the OpenAPI spec. Query by path fragment, "METHOD /path", or keyword. detail=true on a single match returns the pruned operation: parameters, request body, and a representative subset of responses (primary 2xx plus one error; examples stripped, $refs resolved one level, other response codes listed under x-omitted-response-codes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Path fragment, "POST /payments", or operation keyword. | |
| detail | No | Return full pruned schema for a single match. |