{
  "protocolVersion": "0.3.0",
  "name": "Retaining Wall Newcastle Assistant",
  "description": "Enquiry-routing agent card for Retaining Wall Newcastle, a retaining wall referral service serving Newcastle and the inner Hunter, from the harbour foreshore suburbs to the western coal-measures ridgelines. 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.retainingwallnewcastle.com.au/contact/",
  "provider": {
    "organization": "Retaining Wall Newcastle",
    "url": "https://www.retainingwallnewcastle.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 retaining wall 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.retainingwallnewcastle.com.au/api/lead). Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["retaining-walls", "newcastle-nsw", "trades", "referral"],
      "examples": [
        "I have a leaning timber sleeper wall in Mayfield that needs assessing",
        "How much would a concrete sleeper retaining wall cost for a 12m driveway in Kotara?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.retainingwallnewcastle.com.au/contact/",
    "formEndpoint": "https://www.retainingwallnewcastle.com.au/api/lead",
    "email": "info@retainingwallnewcastle.com.au"
  }
}
