Find Nearest Airports
amadeus.airports.nearestGiven geographic coordinates, find nearest airports within a specified radius. Returns airports sorted by distance.
Instructions
Find nearest airports by geographic coordinates (Amadeus)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees (-90 to 90) | |
| longitude | Yes | Longitude in decimal degrees (-180 to 180) | |
| radius | No | Search radius in km (1-500) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |