{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "HappyDentalCareAiroliMCP",
  "version": "2.0.0",
  "description": "WebMCP Tools and Semantic Endpoints for Happy Dental Care & Implant Centre in Sector 8A, Airoli, Navi Mumbai (Dr. Kiran B. Kakad).",
  "tools": [
    {
      "name": "bookDentalAppointment",
      "description": "Schedule a guaranteed dental consultation with Dr. Kiran B. Kakad at Happy Dental Care & Implant Centre in Airoli on the official Clinicia calendar portal.",
      "parameters": {
        "type": "object",
        "properties": {
          "patientName": {
            "type": "string",
            "description": "Full name of the patient"
          },
          "phoneNumber": {
            "type": "string",
            "description": "10-digit mobile phone number for appointment confirmation"
          },
          "treatment": {
            "type": "string",
            "description": "Selected dental treatment or ₹99 first consultation"
          }
        },
        "required": ["patientName", "phoneNumber"]
      },
      "endpoint": {
        "type": "externalRedirect",
        "url": "https://www.clinicia.com/calendar/book?u=357"
      }
    },
    {
      "name": "getTreatmentDetails",
      "description": "Returns clinical details, procedure steps, indications, and recovery information for any of the 13 dedicated dental treatments offered in Airoli.",
      "parameters": {
        "type": "object",
        "properties": {
          "treatmentName": {
            "type": "string",
            "description": "Name of the treatment (e.g. 'Root Canal Treatment', 'Dental Implants', 'Teeth Whitening', 'Braces & Aligners', 'Dental Crowns', 'Kids Dentistry', 'Wisdom Tooth Surgery', 'Dentures', 'Smile Design', 'Full Mouth Rehabilitation', 'Oral Cancer Screening', 'Teeth Scaling', 'Tooth Extraction')"
          }
        },
        "required": ["treatmentName"]
      },
      "endpoint": {
        "type": "documentation",
        "url": "https://happydentalcareairoli.in/services"
      }
    },
    {
      "name": "getAiroliCoverageAndDirections",
      "description": "Returns directions and transit guidance from any Airoli sector (Sector 1-20), Mindspace SEZ, Rabale, Ghansoli, Digha, or Mulund to Happy Dental Care in Sector 8A.",
      "parameters": {
        "type": "object",
        "properties": {
          "originLocation": {
            "type": "string",
            "description": "Starting neighborhood or sector (e.g., 'Mindspace Airoli', 'Airoli Railway Station', 'Sector 19', 'Ghansoli', 'Mulund')"
          }
        }
      },
      "endpoint": {
        "type": "documentation",
        "url": "https://happydentalcareairoli.in/contact"
      }
    },
    {
      "name": "getClinicLocationAndContact",
      "description": "Returns verified contact details, standardized working hours, and Google Maps directions for Happy Dental Care & Implant Centre in Airoli, Navi Mumbai.",
      "parameters": {
        "type": "object",
        "properties": {}
      },
      "returns": {
        "type": "object",
        "properties": {
          "clinicName": "Happy Dental Care & Implant Centre",
          "doctor": "Dr. Kiran B. Kakad (BDS, IDA)",
          "address": "Shop No. 3, Priyanka Apartment, Sector 8A (Landmark: Behind Indian Bank), Airoli, Navi Mumbai – 400708",
          "phone": "+91 96640 54442",
          "whatsapp": "https://wa.me/919664054442",
          "bookingPortal": "https://www.clinicia.com/calendar/book?u=357",
          "googleMaps": "https://maps.app.goo.gl/k2mAc5NJzqQqMFP67",
          "workingHours": {
            "mondayToSaturdayMorning": "10:00 AM - 01:00 PM",
            "mondayToSaturdayEvening": "06:00 PM - 09:30 PM",
            "sunday": "Closed"
          }
        }
      }
    }
  ]
}
