{
  "name": "Dubai Truck Towing & Car Recovery",
  "description": "24/7 Emergency towing, car recovery, and roadside assistance in Dubai, UAE.",
  "version": "1.0",
  "tools": [
    {
      "name": "request_emergency_towing",
      "description": "Request emergency towing service in Dubai. Available 24/7 with 20-minute response time.",
      "url": "https://www.dubaitrucktowing.com/booking.html",
      "method": "navigate",
      "parameters": {
        "type": "object",
        "properties": {
          "service_type": {
            "type": "string",
            "description": "Type of towing service needed",
            "enum": ["emergency_towing", "flatbed_towing", "car_recovery", "roadside_assistance", "truck_towing"]
          },
          "vehicle_type": {
            "type": "string",
            "description": "Type of vehicle requiring service",
            "enum": ["sedan", "suv", "luxury", "motorcycle", "commercial", "truck"]
          },
          "location": {
            "type": "string",
            "description": "Pickup location in Dubai"
          }
        },
        "required": ["service_type", "location"]
      }
    },
    {
      "name": "call_emergency_hotline",
      "description": "Call the 24/7 emergency towing hotline for immediate assistance in Dubai.",
      "url": "tel:+971524242587",
      "method": "navigate"
    },
    {
      "name": "whatsapp_dispatch",
      "description": "Contact towing dispatch via WhatsApp for quick response in Dubai.",
      "url": "https://wa.me/971524242587",
      "method": "navigate"
    },
    {
      "name": "get_service_pricing",
      "description": "View pricing for towing and recovery services. Sedan from AED 150, SUV from AED 180, Luxury from AED 250.",
      "url": "https://www.dubaitrucktowing.com/services.html",
      "method": "navigate"
    },
    {
      "name": "find_nearest_service",
      "description": "Find the nearest towing service location in Dubai including Downtown, Marina, JBR, Business Bay, and 18+ other areas.",
      "url": "https://www.dubaitrucktowing.com/services.html",
      "method": "navigate",
      "parameters": {
        "type": "object",
        "properties": {
          "area": {
            "type": "string",
            "description": "Dubai area/neighborhood",
            "enum": ["downtown", "marina", "jbr", "business-bay", "jumeirah", "al-quoz", "al-barsha", "palm-jumeirah", "difc", "jlt", "jvc", "mirdif", "silicon-oasis", "international-city", "sports-city"]
          }
        }
      }
    }
  ],
  "forms": [
    {
      "name": "emergency_booking_form",
      "description": "Book an emergency towing or recovery service",
      "url": "https://www.dubaitrucktowing.com/booking.html",
      "fields": [
        {"name": "service-type", "type": "select", "description": "Select the type of service needed", "required": true},
        {"name": "vehicle-type", "type": "select", "description": "Select your vehicle type", "required": true},
        {"name": "name", "type": "text", "description": "Your full name", "required": true},
        {"name": "phone", "type": "tel", "description": "Your phone number", "required": true},
        {"name": "location", "type": "text", "description": "Pickup location in Dubai", "required": true}
      ]
    },
    {
      "name": "contact_form",
      "description": "Send a message or inquiry to Dubai Truck Towing",
      "url": "https://www.dubaitrucktowing.com/contact.html",
      "fields": [
        {"name": "name", "type": "text", "description": "Your full name", "required": true},
        {"name": "email", "type": "email", "description": "Your email address", "required": true},
        {"name": "phone", "type": "tel", "description": "Your phone number", "required": true},
        {"name": "message", "type": "textarea", "description": "Your message or inquiry", "required": true}
      ]
    }
  ]
}
