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).

search_calendar

Inactive

Tool of Pointify Travel

declared in 0.1.0

Find the cheapest travel dates around a target date. Shows a calendar view of minimum prices for flexible date travelers.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "origin",
    "destination",
    "targetDate"
  ],
  "properties": {
    "origin": {
      "type": "string",
      "maxLength": 3,
      "minLength": 3,
      "description": "IATA airport code for departure (e.g. JFK)"
    },
    "daysAfter": {
      "type": "integer",
      "default": 7,
      "maximum": 30,
      "minimum": 0,
      "description": "Number of days after the target date to include (default: 7)"
    },
    "daysBefore": {
      "type": "integer",
      "default": 7,
      "maximum": 30,
      "minimum": 0,
      "description": "Number of days before the target date to include (default: 7)"
    },
    "targetDate": {
      "type": "string",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "description": "Center date for the calendar search (YYYY-MM-DD)"
    },
    "destination": {
      "type": "string",
      "maxLength": 3,
      "minLength": 3,
      "description": "IATA airport code for arrival (e.g. LAX)"
    }
  },
  "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 →
search_calendar — Pointify Travel — PRSM MCP