{
  "name": "Waves Pest Control Info Agent",
  "description": "Informational A2A agent for Waves Pest Control, a family-owned, FDACS-licensed pest control and lawn care company serving Manatee, Sarasota, and Charlotte counties in Southwest Florida. message/send returns a static informational message pointing agents at the public MCP server (service catalog, published price ranges, service areas, quote instructions) and the consent-gated exact-quote contract. No conversations, tasks, or actions.",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "url": "https://portal.wavespestcontrol.com/api/public/a2a",
  "supportedInterfaces": [
    { "url": "https://portal.wavespestcontrol.com/api/public/a2a", "protocolBinding": "JSONRPC" }
  ],
  "provider": {
    "organization": "Waves Pest Control",
    "url": "https://www.wavespestcontrol.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "company-info",
      "name": "Company information",
      "description": "Returns a static informational message: services offered, Southwest Florida coverage, machine-readable pricing surfaces (public MCP server at https://portal.wavespestcontrol.com/api/public/mcp, https://www.wavespestcontrol.com/pricing.md), and how to request an exact per-property quote with customer consent.",
      "tags": ["pest-control", "lawn-care", "pricing", "florida", "local-services"]
    }
  ],
  "documentationUrl": "https://www.wavespestcontrol.com/llms.txt"
}
