AC
Airport & City Search
/reference-data/locations
Returns a list of airports and cities matching a given keyword.
Returns a list of airports and cities matching a given keyword.
liveunknown~3s typical
locationairport
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-airport-city-search /reference-data/locations for me.
Input
| Field | Type | Description |
|---|---|---|
| subType* | array | sub type of the location (AIRPORT and/or CITY) default null |
| keyword* | string | keyword that should represent the start of a word in a city or airport name or code. Supported charaters are: A-Za-z0-9./:-'()" default null |
| countryCode | string | Country code of the location using [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US). default null |
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-city-search","endpoint":"/reference-data/locations","input":{"subType":[],"keyword":"...","countryCode":"..."}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-airport-city-search -e /reference-data/locations -i '{"subType":[],"keyword":"...","countryCode":"..."}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-airport-city-search", endpoint: "/reference-data/locations", input: {"subType":[],"keyword":"...","countryCode":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.