{
  "protocolVersion": "0.3.0",
  "name": "Roofing Company Sarasota Assistant",
  "description": "Enquiry-routing agent card for Roofing Company Sarasota, a roofing company serving Sarasota and the wider Suncoast, including Siesta Key, Longboat Key, Palmer Ranch, Bee Ridge, Venice and North Port. 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.roofingcompanysarasota.net/contact/",
  "provider": {
    "organization": "Roofing Company Sarasota",
    "url": "https://www.roofingcompanysarasota.net/"
  },
  "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 roofing 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.roofingcompanysarasota.net/api/lead). Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["roofing", "roof repair", "roof replacement", "storm damage", "Sarasota", "Florida", "Suncoast"],
      "examples": ["I have a leak in my tile roof after the last storm in Siesta Key, can someone come and take a look?", "I need a quote to replace the aging shingle roof on my home in Palmer Ranch."],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.roofingcompanysarasota.net/contact/",
    "formEndpoint": "https://www.roofingcompanysarasota.net/api/lead",
    "email": "info@roofingcompanysarasota.net"
  }
}
