{
  "protocolVersion": "0.3.0",
  "name": "Fencing Toowoomba Assistant",
  "description": "Enquiry-routing agent card for Fencing Toowoomba, a fencing contractor network serving Toowoomba and the surrounding Darling Downs, Queensland. 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.fencingtoowoomba.net.au/contact/",
  "provider": {
    "organization": "Fencing Toowoomba",
    "url": "https://www.fencingtoowoomba.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 fencing contractor network 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.fencingtoowoomba.net.au/api/lead) or phone. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": [
        "fencing",
        "colorbond",
        "timber fencing",
        "pool fencing",
        "privacy fencing",
        "gates",
        "gate automation",
        "fence repairs",
        "toowoomba",
        "darling downs",
        "queensland"
      ],
      "examples": [
        "Replace 32 metres of leaning timber paling fence with Colorbond in Rangeville, Toowoomba",
        "Quote a compliant glass pool barrier for a Middle Ridge backyard pool"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.fencingtoowoomba.net.au/contact/",
    "formEndpoint": "https://www.fencingtoowoomba.net.au/api/lead",
    "email": "info@fencingtoowoomba.net.au"
  }
}
