{
  "protocolVersion": "0.3.0",
  "name": "Toowoomba Fencing Assistant",
  "description": "Enquiry-routing agent card for Toowoomba Fencing, a Fencing service serving Toowoomba fencing across the region: character streets in East Toowoomba, South Toowoomba and Newtown; family suburbs around Rangeville, Centenary Heights, Middle Ridge and Kearneys Spring; growth areas at Glenvale, Westbrook and Cotswold Hills; and acreage blocks north at Highfields. This is a static discovery card; actions hand back to a human via the contact form.",
  "version": "1.0.0",
  "url": "https://www.toowoombafencing.au/contact/",
  "provider": {
    "organization": "Toowoomba Fencing",
    "url": "https://www.toowoombafencing.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 fencing enquiry to a human for follow-up. Collects name, phone, suburb, and a free-text enquiry, then hands back to the contact form at https://www.toowoombafencing.au/api/lead. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["fencing", "Toowoomba", "Queensland", "boundary fencing", "gates", "pool fencing"],
      "examples": [
        "I need a written quote for a Colorbond boundary fence in Rangeville.",
        "Can someone inspect a leaning fence and advise whether it can be repaired in Highfields?"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.toowoombafencing.au/contact/",
    "formEndpoint": "https://www.toowoombafencing.au/api/lead",
    "email": "info@toowoombafencing.au"
  }
}
