{
  "protocolVersion": "0.3.0",
  "name": "Fort Myers Roofing Assistant",
  "description": "Enquiry-routing agent card for Fort Myers Roofing, a roofing service serving Fort Myers and the wider Lee County area of Southwest Florida. 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.fortmyersroofing.net/contact/",
  "provider": {
    "organization": "Fort Myers Roofing",
    "url": "https://www.fortmyersroofing.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 service 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.fortmyersroofing.net/api/lead) or phone. Returns no automated quote; a person confirms scope, availability, and pricing.",
      "tags": [
        "roofing",
        "roof repair",
        "roof replacement",
        "metal roofing",
        "tile roofing",
        "storm damage",
        "Fort Myers",
        "Lee County",
        "Florida"
      ],
      "examples": [
        "I have a roof leak in Cape Coral after a storm and need someone to inspect it.",
        "My shingle roof in Fort Myers is about 18 years old - do I repair or replace it?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "x-handback": {
    "bookingUrl": "https://www.fortmyersroofing.net/contact/",
    "formEndpoint": "https://www.fortmyersroofing.net/api/lead",
    "email": "info@fortmyersroofing.net"
  }
}
