This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
check_hidden_city
InactiveTool of Pointify Travel
declared in 0.1.0
Check for hidden city ticketing opportunities where booking a flight through your destination is cheaper than booking directly. Includes important risk disclaimers.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"origin",
"destination",
"departureDate"
],
"properties": {
"origin": {
"type": "string",
"maxLength": 3,
"minLength": 3,
"description": "IATA airport code for departure (e.g. JFK)"
},
"destination": {
"type": "string",
"maxLength": 3,
"minLength": 3,
"description": "IATA airport code where you actually want to go (e.g. ORD)"
},
"departureDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Departure date in YYYY-MM-DD format"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pointify Travel
1/7 registries