This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
optimize_points
InactiveTool of Pointify Travel
declared in 0.1.0
Compare points redemption options for a flight and rank them by cents-per-point (CPP) value. Helps decide whether to pay cash or use loyalty points.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"cashPrice",
"pointsOptions"
],
"properties": {
"cashPrice": {
"type": "number",
"description": "Cash price of the ticket in USD",
"exclusiveMinimum": 0
},
"pointsOptions": {
"type": "array",
"items": {
"type": "object",
"required": [
"program",
"pointsRequired"
],
"properties": {
"program": {
"type": "string",
"description": "Loyalty program name (e.g. Chase Ultimate Rewards)"
},
"pointsRequired": {
"type": "number",
"description": "Number of points required for this redemption",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
},
"minItems": 1,
"description": "Array of available points redemption options to compare"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pointify Travel
1/7 registries