This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_prediction
InactiveTool of Pointify Travel
declared in 0.1.0
Get a buy/wait/neutral recommendation for a flight fare based on historical patterns and time-based signals.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"origin",
"destination",
"departureDate",
"currentPrice"
],
"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 for arrival (e.g. LAX)"
},
"currentPrice": {
"type": "number",
"description": "Current fare price in USD that you are considering",
"exclusiveMinimum": 0
},
"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.70.
Parent server
Pointify Travel
1/7 registries