{
  "version": "2024-11-05",
  "name": "livewell-travel",
  "displayName": "Livewell Travel 艾旅",
  "description": "Private luxury cruise and travel advisory tools for discerning travelers in Taiwan and Asia. Compare luxury cruise brands, verify benefits, monitor prices with AI, and submit consultation requests.",
  "homepage": "https://livewelltravel.com",
  "documentationUrl": "https://livewelltravel.com/llms-full.txt",
  "tools": [
    {
      "name": "get_cruise_brands",
      "description": "Get detailed information about luxury cruise brands covered by Livewell Travel: Silversea, Seabourn, Regent Seven Seas, Crystal, Explora Journeys, Ritz-Carlton Yacht Collection, Four Seasons Yachts, Aman at Sea, Disney Cruise Line. Each includes style profile, best-for summary, and comparison notes.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "brand": {
            "type": "string",
            "description": "Optional: filter to a specific brand slug (e.g. 'silversea', 'seabourn', 'regent-seven-seas')"
          }
        }
      }
    },
    {
      "name": "submit_consultation",
      "description": "Submit a private travel consultation request to Livewell Travel advisors. Returns a confirmation with consultation ID.",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email", "travelType", "consent"],
        "properties": {
          "name": {"type": "string", "description": "Full name of the traveler"},
          "email": {"type": "string", "format": "email"},
          "phone": {"type": "string"},
          "travelType": {
            "type": "string",
            "enum": ["luxury-cruise", "private-tour", "family-trip", "comparison", "other"],
            "description": "Type of travel interest"
          },
          "destinationInterest": {"type": "string", "description": "Preferred destination or region"},
          "preferredBrand": {"type": "string", "description": "Preferred cruise brand if known"},
          "travelMonth": {"type": "string", "description": "Preferred travel month or season"},
          "numberOfTravelers": {"type": "string"},
          "estimatedBudget": {"type": "string"},
          "whatMattersMost": {"type": "string", "description": "What matters most to the traveler (e.g. privacy, dining, expedition)"},
          "message": {"type": "string"},
          "consent": {"type": "boolean", "description": "Must be true to submit"}
        }
      }
    },
    {
      "name": "get_comparisons",
      "description": "Get available cruise comparison reports. Available comparisons: Seabourn vs Silversea, Crystal vs Regent, Explora Journeys vs Silversea, Disney vs Ritz-Carlton Yacht, Luxury Cruise vs Luxury Hotel, Antarctica cruise routes, River vs Ocean cruise.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {"type": "string", "description": "Optional: specific comparison slug"}
        }
      }
    },
    {
      "name": "get_intelligence_articles",
      "description": "Access Livewell Travel cruise intelligence articles covering: first luxury cruise mistakes, brand comparisons, re-fare/price monitoring, OBC explained, Antarctica expedition guide, hotel brands at sea, Japan cherry blossom cruise, motion sickness tips, pre-trip notification guide.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Optional topic filter (e.g. 're-fare', 'OBC', 'antarctica', 'japan', 'first-cruise')"
          }
        }
      }
    },
    {
      "name": "ping_indexnow",
      "description": "Trigger IndexNow submission to notify Bing and other search engines of new or updated content.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "urls": {
            "type": "array",
            "items": {"type": "string"},
            "description": "Optional: specific URLs to submit. Defaults to all sitemap URLs."
          }
        }
      }
    }
  ],
  "resources": [
    {
      "uri": "https://livewelltravel.com/llms-full.txt",
      "name": "Full Brand & Service Reference",
      "description": "Complete reference document for AI agents: all services, cruise brands, comparison methodology, target clients, key concepts, and FAQ.",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://livewelltravel.com/openapi.json",
      "name": "OpenAPI Specification",
      "description": "Machine-readable REST API specification for Livewell Travel services.",
      "mimeType": "application/json"
    },
    {
      "uri": "https://livewelltravel.com/sitemap.xml",
      "name": "Sitemap",
      "description": "Complete sitemap with all 45+ pages including cruise brand pages, comparison reports, intelligence articles, and destination guides.",
      "mimeType": "application/xml"
    }
  ],
  "prompts": [
    {
      "name": "cruise_recommendation",
      "description": "Get a luxury cruise recommendation tailored to traveler preferences",
      "arguments": [
        {"name": "travelerProfile", "description": "Traveler preferences, travel style, and requirements", "required": true},
        {"name": "destination", "description": "Preferred destination or region", "required": false},
        {"name": "budget", "description": "Estimated budget per person in USD", "required": false},
        {"name": "travelMonth", "description": "Preferred travel month or season", "required": false}
      ]
    },
    {
      "name": "brand_comparison",
      "description": "Compare two luxury cruise brands in detail",
      "arguments": [
        {"name": "brand1", "description": "First cruise brand", "required": true},
        {"name": "brand2", "description": "Second cruise brand", "required": true},
        {"name": "criteria", "description": "Comparison focus: service, dining, price, routes, etc.", "required": false}
      ]
    }
  ]
}
