[
  {
    "name": "view_homepage",
    "description": "Navigate to the homepage to learn about DJ Omar's bilingual entertainment services, review booking FAQs, and see social channels.",
    "url": "https://djomar.org/",
    "method": "GET",
    "parameters": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  },
  {
    "name": "browse_services",
    "description": "Browse detailed service pages to review package features and descriptions for Weddings, Corporate, Sweet 16s, and Nightlife.",
    "url": "https://djomar.org/services",
    "method": "GET",
    "parameters": {
      "type": "object",
      "properties": {
        "service": {
          "type": "string",
          "description": "Optional slug for a specific service (e.g. 'weddings', 'corporate-events', 'quinceaneras', 'private-parties', 'school-events', 'club-nightlife')."
        }
      },
      "additionalProperties": false
    }
  },
  {
    "name": "browse_locations",
    "description": "Browse the service areas and cities throughout Central Florida serviced by DJ Omar Entertainment.",
    "url": "https://djomar.org/locations",
    "method": "GET",
    "parameters": {
      "type": "object",
      "properties": {
        "city": {
          "type": "string",
          "description": "Optional slug for a specific city (e.g. 'orlando', 'clermont', 'winter-garden', 'kissimmee', 'lake-nona', 'celebration', 'windermere', 'apopka', 'winter-park')."
        }
      },
      "additionalProperties": false
    }
  },
  {
    "name": "open_vibe_request_portal",
    "description": "Navigate to Vibe OS, the guest-facing portal where users join the active session and request tracks.",
    "url": "https://djomar.org/vibe",
    "method": "GET",
    "parameters": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  },
  {
    "name": "navigate_booking_section",
    "description": "Navigate directly to the booking inquiry section on the homepage.",
    "url": "https://djomar.org/#booking",
    "method": "GET",
    "parameters": {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  }
]
