Tool tree
Cruise search and travel booking
searchCruisesAction
Search all cruise offers by free text: a destination (e.g. Karibik, Nordkap, Mittelmeer), a ship name (e.g. Mein Schiff 6, AIDAnova), a port, or a numeric offer number. Returns the matching cruise result page.
View tool JSON
{
"name": "searchCruises",
"kind": "act",
"impl": "declarative",
"description": "Search all cruise offers by free text: a destination (e.g. Karibik, Nordkap, Mittelmeer), a ship name (e.g. Mein Schiff 6, AIDAnova), a port, or a numeric offer number. Returns the matching cruise result page.",
"inputSchema": {
"type": "object",
"properties": {
"search": {
"type": "string",
"pattern": "[a-zA-Z0-9 ]{3,20}",
"description": "Search term: destination, ship name, port, or offer number. 3 to 80 characters."
}
},
"required": [
"search"
]
}
}