{
  "protocolVersion": "0.3.0",
  "name": "Brisbane Garage Door Repairs Assistant",
  "description": "Enquiry-routing agent card for Brisbane Garage Door Repairs, a Garage Door Repair serving Brisbane homeowners across the northern, western, southern, eastern and 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 phone.",
  "version": "1.0.0",
  "url": "https://www.brisbanegaragedoorrepair.au/contact/",
  "provider": {
    "organization": "Brisbane Garage Door Repairs",
    "url": "https://www.brisbanegaragedoorrepair.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 Garage Door Repair 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.brisbanegaragedoorrepair.au/api/lead) or phone. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": [
        "garage door repair",
        "garage door opener",
        "roller door repair",
        "brisbane"
      ],
      "examples": [
        "Garage door opener has stopped lifting the door in Chermside and may need a motor repair or replacement.",
        "Broken spring on a double garage door in Kenmore, the door is too heavy to lift, need a technician callback."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.brisbanegaragedoorrepair.au/contact/",
    "formEndpoint": "https://www.brisbanegaragedoorrepair.au/api/lead",
    "phone": "",
    "email": "info@brisbanegaragedoorrepair.au"
  }
}