{
  "protocolVersion": "0.3.0",
  "name": "Melbourne Bathroom Renovations Assistant",
  "description": "Enquiry-routing agent card for Melbourne Bathroom Renovations, a Bathroom Renovations service covering Melbourne homeowners across the metro area, from Brighton and Camberwell through Brunswick, Essendon, Box Hill and Glen Waverley. This is a static discovery card; all actions hand back to a human via the contact form or email.",
  "version": "1.0.0",
  "url": "https://www.bathrenovationmelbourne.com.au/contact/",
  "provider": {
    "organization": "Melbourne Bathroom Renovations",
    "url": "https://www.bathrenovationmelbourne.com.au/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "request-service-callback",
      "name": "Request Service Callback",
      "description": "Routes a bathroom renovation enquiry to a human for follow-up. Collects name, suburb, bathroom type and a free-text project brief, then hands back to the contact form or email. Returns no automated quote; a person confirms scope, availability and pricing.",
      "tags": ["bathroom renovations", "bath renovation melbourne", "melbourne", "victoria"],
      "examples": [
        "I need a full bathroom renovation in Glen Waverley with waterproofing, new tiling and better storage.",
        "We are comparing ensuite renovation options for a South Yarra apartment and need a contractor to review the brief."
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.bathrenovationmelbourne.com.au/contact/",
    "formEndpoint": "https://www.bathrenovationmelbourne.com.au/api/lead",
    "phone": "",
    "email": "info@bathrenovationmelbourne.com.au"
  }
}
