{
  "name": "Hotel X Ray Consultancy",
  "description": "Hospitality consulting services for hotels in Turkey and the region — brand & operations, sustainability, technical MEP, IT, pre-opening, architecture, revenue & market, audit, and law & compliance.",
  "url": "https://hotelxray.com",
  "tools": [
    {
      "name": "submit_enquiry",
      "description": "Submit a consulting enquiry to Hotel X Ray. Covers all hospitality consulting services including brand & operations, sustainability, technical MEP, IT, pre-opening, architecture, revenue & market intelligence, audit, and law & compliance.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "fullName": {
            "type": "string",
            "description": "Full name of the contact person"
          },
          "phone": {
            "type": "string",
            "description": "Phone number with country code (e.g. +90 537 353 19 05)"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address of the contact person"
          },
          "projectName": {
            "type": "string",
            "description": "Name of the hotel or project"
          },
          "location": {
            "type": "string",
            "description": "City or region where the property is located"
          },
          "facilityType": {
            "type": "string",
            "description": "Type of the property",
            "enum": ["Şehir Oteli", "Resort", "Butik", "Residence", "Karma Kullanım", "Diğer"]
          },
          "currentStatus": {
            "type": "string",
            "description": "Current status of the property",
            "enum": ["Açık", "İnşaatta", "Proje Aşamasında", "Renovasyonda", "Açılışa Hazırlanıyor"]
          },
          "roomCount": {
            "type": "string",
            "description": "Number of rooms (e.g. '120')"
          },
          "targetSegment": {
            "type": "string",
            "description": "Target market segment",
            "enum": ["Economy", "Midscale", "Upscale", "Luxury", "Lifestyle", "Extended Stay"]
          },
          "hadConsultingBefore": {
            "type": "string",
            "description": "Whether the property has received consulting services before",
            "enum": ["Evet", "Hayır"]
          },
          "interestedServices": {
            "type": "array",
            "description": "One or more consulting services of interest",
            "items": {
              "type": "string",
              "enum": [
                "Marka & Operasyon",
                "Sürdürülebilirlik",
                "Teknik MEP",
                "BT",
                "Pre-Opening",
                "Mimari",
                "Gelir & Pazar",
                "Denetim",
                "Hukuk & Uyum",
                "Tümü"
              ]
            },
            "minItems": 1
          },
          "urgency": {
            "type": "string",
            "description": "Project urgency / timeline",
            "enum": ["Hemen", "1-3 Ay", "3-6 Ay", "Planlama Aşamasında"]
          },
          "message": {
            "type": "string",
            "description": "Additional notes or context about the project (optional)"
          },
          "lang": {
            "type": "string",
            "enum": ["tr", "en"],
            "description": "Preferred language for communication",
            "default": "tr"
          }
        },
        "required": ["fullName", "phone", "email", "interestedServices"]
      }
    }
  ]
}
