{
  "name": "PestHelp Canada Service Agent",
  "description": "Helps other agents identify pests, list services, and submit consented quote requests.",
  "supportedInterfaces": [
    {
      "url": "https://ca.pesthelp.co/a2a/message:send",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://ca.pesthelp.co/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Blue Shoe Media",
    "url": "https://ca.pesthelp.co"
  },
  "version": "1.0",
  "documentationUrl": "https://ca.pesthelp.co/agents.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "identify_pesthelp_pest",
      "name": "Identify a pest",
      "description": "Identify a household pest from a description and/or photo.",
      "tags": ["pest-control", "identification"]
    },
    {
      "id": "request_pesthelp_quote",
      "name": "Request a pest-control quote",
      "description": "Validate details and submit a quote after explicit user consent.",
      "tags": ["pest-control", "quote", "lead-generation"]
    }
  ]
}
