{
  "protocolVersion": "0.3.0",
  "name": "Electrician Caboolture Assistant",
  "description": "Enquiry-routing agent card for Electrician Caboolture, an Electrician serving Servicing Caboolture and the wider Moreton Bay Region catchment, including Morayfield, Burpengary, Narangba, Deception Bay, Bribie Island (Bongaree and Woorim), Beachmere, Bellmere, Elimbah, Wamuran, Woodford, Toorbul, Sandstone Point and Godwin Beach.. 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.electriciancaboolture.au/contact/",
  "provider": {
    "organization": "Electrician Caboolture",
    "url": "https://www.electriciancaboolture.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 an Electrician 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.electriciancaboolture.au/api/lead) or phone. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["electrician","caboolture","moreton bay region","switchboard upgrade","safety switch installation","smoke alarm compliance","licensed electrical contractor"],
      "examples": ["My safety switch keeps tripping in Morayfield, can someone come check it this week?","I need a switchboard upgrade quote for an older house in Bongaree before we sell."],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.electriciancaboolture.au/contact/",
    "formEndpoint": "https://www.electriciancaboolture.au/api/lead",
    "phone": "+61731322670",
    "email": "info@electriciancaboolture.au"
  }
}
