{
  "protocolVersion": "0.3.0",
  "name": "Water Heater Installation Guide Assistant",
  "description": "Enquiry-routing agent card for Water Heater Installation Guide, a water heater installation authority site serving the United States. Advertises that the site takes project review enquiries and how to reach a human. This is a static discovery card; all actions hand back to a human via the contact form.",
  "version": "1.0.0",
  "url": "https://www.plumberforwaterheaterinstallation.com/contact/",
  "provider": {
    "organization": "Water Heater Installation Guide",
    "url": "https://www.plumberforwaterheaterinstallation.com/"
  },
  "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 water heater installation enquiry to a human for follow-up. Collects name, phone, location, and project details, then hands back to the contact form. Returns no automated price, scope decision, or installer recommendation.",
      "tags": ["water heater installation", "water heater replacement", "tankless water heater", "heat pump water heater", "United States"],
      "examples": [
        "I need a same-week replacement for a leaking 50-gallon gas water heater.",
        "I am comparing tankless and heat pump options before asking installers for quotes."
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.plumberforwaterheaterinstallation.com/contact/",
    "formEndpoint": "https://www.plumberforwaterheaterinstallation.com/api/lead",
    "email": "info@plumberforwaterheaterinstallation.com"
  }
}
