{
  "protocolVersion": "0.3.0",
  "name": "Perth Retaining Walls Assistant",
  "description": "Enquiry-routing agent card for Perth Retaining Walls, a retaining wall referral service covering the Perth metropolitan area, from the coastal sand-plain suburbs to the Darling Scarp foothills. Advertises that the site 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.retainingwallsperthwa.com.au/contact/",
  "provider": {
    "organization": "Perth Retaining Walls",
    "url": "https://www.retainingwallsperthwa.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 a name, contact details, a suburb and a free-text enquiry, then hands back to the contact form (https://www.retainingwallsperthwa.com.au/api/lead). Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": [
        "retaining walls",
        "perth",
        "western australia",
        "trades"
      ],
      "examples": [
        "I need a limestone retaining wall in Kalamunda, can someone quote it?",
        "My timber sleeper wall in Byford is leaning, who can assess it?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.retainingwallsperthwa.com.au/contact/",
    "formEndpoint": "https://www.retainingwallsperthwa.com.au/api/lead",
    "email": "info@retainingwallsperthwa.com.au"
  }
}
