{
  "protocolVersion": "0.3.0",
  "name": "Roofing Contractors Tampa Assistant",
  "description": "Enquiry-routing agent card for Roofing Contractors Tampa, a roofing contractor planning site serving Tampa, FL. Advertises that the site 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.",
  "version": "1.0.0",
  "url": "https://www.roofingcontractorstampa.com/contact/",
  "provider": {
    "organization": "Roofing Contractors Tampa",
    "url": "https://www.roofingcontractorstampa.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 Follow-up",
      "description": "Routes a roofing enquiry to a human for follow-up. Collects name, phone, neighbourhood, and a free-text enquiry, then hands back to the contact form. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": ["roofing", "roof repair", "roof replacement", "roof inspection", "Tampa", "Florida"],
      "examples": [
        "I have a roof leak in Hyde Park after heavy rain and need help preparing the right inspection details.",
        "I am comparing roof replacement options in Brandon and want to organise material and licence-check questions."
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.roofingcontractorstampa.com/contact/",
    "formEndpoint": "https://www.roofingcontractorstampa.com/api/lead",
    "email": "info@roofingcontractorstampa.com"
  }
}
