AN
Airport Nearest Relevant
/reference-data/locations/airports
Returns a list of relevant airports near to a given point.
Returns a list of relevant airports near to a given point.
liveunknown~3s typical
locationairport
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-airport-nearest-relevant /reference-data/locations/airports for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | latitude location to be at the center of the search circle default null |
| longitude* | number | longitude location to be at the center of the search circle default null |
| radius | integer | radius of the search in Kilometer. Can be from 0 to 500, default value is 500 Km. default 500 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-amadeus-com-amadeus-airport-nearest-relevant","endpoint":"/reference-data/locations/airports","input":{"latitude":1,"longitude":1,"radius":500}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-airport-nearest-relevant -e /reference-data/locations/airports -i '{"latitude":1,"longitude":1,"radius":500}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-airport-nearest-relevant", endpoint: "/reference-data/locations/airports", input: {"latitude":1,"longitude":1,"radius":500} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.