{
  "name": "Perkins Roofing Public Information Agent",
  "description": "Returns verified public business details and preliminary South Florida branch routing.",
  "supportedInterfaces": [
    {
      "url": "https://perkinsroofing.net/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Perkins Roofing Corp.",
    "url": "https://perkinsroofing.net"
  },
  "version": "1.0.0",
  "documentationUrl": "https://perkinsroofing.net/llm-info/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "business-profile",
      "name": "Verified business profile",
      "description": "Returns Perkins offices, hours, service counties and contact options.",
      "tags": [
        "roofing",
        "South Florida",
        "contact"
      ]
    },
    {
      "id": "service-area-routing",
      "name": "Service-area routing",
      "description": "Recommends a starting office for a ZIP code with a human-confirmation boundary.",
      "tags": [
        "ZIP code",
        "branch routing"
      ]
    }
  ]
}