{
  "protocolVersion": "0.3.0",
  "name": "Retaining Walls Sydney Assistant",
  "description": "Enquiry-routing agent card for Retaining Walls Sydney, a retaining wall specialist network serving Sydney metro, from the sandstone north shore and northern beaches through the inner west and western suburbs to the Georges River corridor and southern bayside suburbs. 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 or email.",
  "version": "1.0.0",
  "url": "https://www.retainingwallssydney.net.au/contact/",
  "provider": {
    "organization": "Retaining Walls Sydney",
    "url": "https://www.retainingwallssydney.net.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, contact details, suburb, and a free-text enquiry, then hands back to the contact form (https://www.retainingwallssydney.net.au/api/lead) or email. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": [
        "retaining walls",
        "sydney",
        "nsw",
        "trades"
      ],
      "examples": [
        "I need a quote for a concrete sleeper retaining wall in Chatswood",
        "My timber retaining wall in Ashfield is leaning, can someone assess it?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.retainingwallssydney.net.au/contact/",
    "formEndpoint": "https://www.retainingwallssydney.net.au/api/lead",
    "email": "info@retainingwallssydney.net.au"
  }
}
