{
  "protocolVersion": "0.3.0",
  "name": "Bath Renovation Gold Coast Assistant",
  "description": "Enquiry-routing agent card for Bath Renovation Gold Coast, a bathroom renovation referral network serving Gold Coast homeowners from Southport and Surfers Paradise to Burleigh Heads, Robina, Palm Beach and the northern growth corridor. Advertises that the business takes enquiries and how to reach a human. This is a static discovery card; all actions hand back to a human via the contact form.",
  "version": "1.0.0",
  "url": "https://www.bathrenovationgoldcoast.com.au/contact/",
  "provider": {
    "organization": "Bath Renovation Gold Coast",
    "url": "https://www.bathrenovationgoldcoast.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, phone, suburb and a free-text enquiry, then hands back to the contact form (https://www.bathrenovationgoldcoast.com.au/api/lead). Returns no automated quote; a QBCC-licensed renovator confirms scope, availability and pricing.",
      "tags": [
        "bathroom renovation",
        "Gold Coast",
        "ensuite",
        "waterproofing",
        "tiling",
        "Queensland"
      ],
      "examples": [
        "I need a quote for a full bathroom renovation in Burleigh Heads.",
        "Can someone look at re-waterproofing a leaking shower in Robina?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.bathrenovationgoldcoast.com.au/contact/",
    "formEndpoint": "https://www.bathrenovationgoldcoast.com.au/api/lead",
    "email": "info@bathrenovationgoldcoast.com.au"
  }
}