HN
Hotel Name Autocomplete
/reference-data/locations/hotel
Returns a list of hotels matching a given keyword.
Returns a list of hotels matching a given keyword.
liveunknown~3s typical
searchhotel
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-hotel-name-autocomplete /reference-data/locations/hotel for me.
Input
| Field | Type | Description |
|---|---|---|
| keyword* | string | Location query keyword default null |
| subType* | array | Category of search - To enter several values, repeat the query parameter Use HOTEL_LEISURE to target aggregators or HOTEL_GDS to target directly the chains default null |
| countryCode | string | The country in which you search the subType. Country Code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format default null |
| lang | string | The language in which you want the results in following [ISO 639-1](https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1). If the language entered is not available then the results will be shown default "EN" |
| max | integer | The number of results requested from 1 to 20 default 20 |
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-hotel-name-autocomplete","endpoint":"/reference-data/locations/hotel","input":{"keyword":"...","subType":[],"countryCode":"...","lang":"EN","max":20}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-hotel-name-autocomplete -e /reference-data/locations/hotel -i '{"keyword":"...","subType":[],"countryCode":"...","lang":"EN","max":20}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-hotel-name-autocomplete", endpoint: "/reference-data/locations/hotel", input: {"keyword":"...","subType":[],"countryCode":"...","lang":"EN","max":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.