You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

optimize_points

Inactive

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Pointify Travel

1/7 registries
View full server →
optimize_points — Pointify Travel — PRSM MCP