{
  "protocolVersion": "0.3.0",
  "name": "Toowoomba Retaining Walls Assistant",
  "description": "Enquiry-routing agent card for Toowoomba Retaining Walls, a retaining wall business serving Toowoomba and the surrounding Darling Downs. 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 phone.",
  "version": "1.0.0",
  "url": "https://www.toowoombaretainingwalls.com.au/contact/",
  "provider": {
    "organization": "Toowoomba Retaining Walls",
    "url": "https://www.toowoombaretainingwalls.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 business 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.toowoombaretainingwalls.com.au/api/lead) or phone. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["retaining walls","toowoomba","darling downs","concrete sleeper retaining wall","retaining wall builder","qld"],
      "examples": ["I need a retaining wall on a sloping block in Rangeville, Toowoomba - can someone call me back?","How much for a concrete sleeper retaining wall about 12m long and 1.2m high in Highfields?"],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.toowoombaretainingwalls.com.au/contact/",
    "formEndpoint": "https://www.toowoombaretainingwalls.com.au/api/lead",
    "phone": "",
    "email": "info@toowoombaretainingwalls.com.au"
  }
}
