{
  "name": "Jackson County Tow Service Information Agent",
  "version": "2026-09-06.2",
  "description": "Read-only agent for public towing services, coverage areas, hours, and dispatch contacts.",
  "supportedInterfaces": [
    {
      "url": "https://www.jacotow.com/a2a",
      "protocolBinding": "JSONRPC"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "business-information",
      "name": "Business information",
      "description": "Return verified public business hours, address, website, and primary dispatch number."
    },
    {
      "id": "towing-services",
      "name": "Towing services",
      "description": "List public towing, recovery, roadside, hauling, and transport services."
    },
    {
      "id": "service-areas",
      "name": "Service areas",
      "description": "Return public dispatch coverage areas and location caveats."
    },
    {
      "id": "dispatch-contacts",
      "name": "Dispatch contacts",
      "description": "Return public phone numbers without placing a call or creating a service request."
    }
  ]
}
