{
  "protocolVersion": "0.3.0",
  "name": "Gold Coast Retaining Wall Assistant",
  "description": "Enquiry-routing agent card for Gold Coast Retaining Wall, a retaining-wall information service covering Gold Coast coastal, urban and hinterland suburbs. Advertises that the service takes enquiries and how to reach a human through the contact form. This is a static discovery card; all actions hand back to a human.",
  "version": "1.0.0",
  "url": "https://www.goldcoastretainingwall.au/contact/",
  "provider": {
    "organization": "Gold Coast Retaining Wall",
    "url": "https://www.goldcoastretainingwall.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 Follow-up",
      "description": "Routes a retaining-wall enquiry to a human for follow-up. Collects contact details, suburb and a free-text enquiry, then hands back to the contact form. Returns no automated quote; a person confirms scope, availability and pricing.",
      "tags": ["retaining walls", "Gold Coast", "Queensland", "drainage", "repairs"],
      "examples": [
        "I need options for replacing a leaning sleeper wall in Robina.",
        "Can someone review drainage and access for a new wall in Mudgeeraba?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.goldcoastretainingwall.au/contact/",
    "formEndpoint": "https://www.goldcoastretainingwall.au/api/lead",
    "email": "info@goldcoastretainingwall.au"
  }
}
