Tool tree
Multi-day tour, cruise, and travel package comparisons
searchToursByCountryAnswer
Compare & Book Multi-Day Tours & Travel Packages Worldwide. Find tours by country.
View tool JSON
{
"name": "searchToursByCountry",
"kind": "answer",
"impl": "imperative",
"description": "Compare & Book Multi-Day Tours & Travel Packages Worldwide. Find tours by country.",
"inputSchema": {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"\"alaska\", \"albania\", \"america\", \"andorra\", \"antarctica\", \"argentina\", \"australia\", \"austria\", \"belgium\", \"belize\", \"bhutan\", \"bolivia\", \"bosnia and herzegovina\", \"botswana\", \"brazil\", \"bulgaria\", \"cambodia\", \"canada\", \"chile\", \"china\", \"colombia\", \"costa rica\", \"croatia\", \"cuba\", \"cyprus\", \"czechia\", \"denmark\", \"ecuador\", \"egypt\", \"england\", \"estonia\", \"ethiopia\", \"faroe islands\", \"fiji\", \"finland\", \"france\", \"germany\", \"ghana\", \"gibraltar\", \"greece\", \"greenland\", \"guatemala\", \"hawaii\", \"honduras\", \"hong kong\", \"hungary\", \"iceland\", \"india\", \"indonesia\", \"iran\", \"ireland\", \"israel\", \"italy\", \"jamaica\", \"japan\", \"jordan\", \"kenya\", \"laos\", \"latvia\", \"liechtenstein\", \"lithuania\", \"luxembourg\", \"macedonia\", \"madagascar\", \"malawi\", \"malaysia\", \"maldives\", \"malta\", \"mexico\", \"monaco\", \"mongolia\", \"montenegro\", \"morocco\", \"mozambique\", \"namibia\", \"nepal\", \"netherlands\", \"new zealand\", \"nicaragua\", \"northern ireland\", \"norway\", \"panama\", \"peru\", \"philippines\", \"poland\", \"portugal\", \"romania\", \"san marino\", \"saudi arabia\", \"scotland\", \"senegal\", \"serbia\", \"singapore\", \"slovakia\", \"slovenia\", \"south africa\", \"south georgia\", \"south korea\", \"south orkney islands\", \"south shetland islands\", \"spain\", \"sri lanka\", \"suriname\", \"svalbard\", \"sweden\", \"switzerland\", \"taiwan\", \"tanzania\", \"thailand\", \"turkiye\", \"uae\", \"uganda\", \"uzbekistan\", \"vietnam\", \"wales\", \"zambia\", \"zimbabwe\""
],
"description": "Select a country from the list."
}
},
"required": [
"country"
]
}
}searchToursByOperatorAnswer
Compare & Book Multi-Day Tours & Travel Packages Worldwide. Find tours by operator.
View tool JSON
{
"name": "searchToursByOperator",
"kind": "answer",
"impl": "imperative",
"description": "Compare & Book Multi-Day Tours & Travel Packages Worldwide. Find tours by operator.",
"inputSchema": {
"type": "object",
"properties": {
"touroperator": {
"type": "string",
"enum": [
"\"aatkings\", \"avalon\", \"bamba\", \"contiki\", \"cosmos\", \"croisieurope\", \"dragoman\", \"encounters travel\", \"exodus\", \"explore\", \"g adventures\", \"globus\", \"go2africa\", \"insight vacations\", \"intrepid\", \"intro travel\", \"madventure\", \"national geographic\", \"oasis\", \"oceanwide\", \"on the go\", \"quark\", \"topdeck\", \"trafalgar\", \"traveltalk\", \"uncruise\", \"uniworld\""
],
"description": "Select a tour operator from the list."
}
},
"required": [
"touroperator"
]
}
}