{
  "protocolVersion": "0.3.0",
  "name": "WaterSpec Lab Claim Agent",
  "version": "1.0.0",
  "description": "Answers residential water-treatment questions from a register of 459 cited claims, each carrying the verbatim source passage and an explicit record of what it does not establish.",
  "url": "https://waterspeclab.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://waterspeclab.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "ACB Investment LLC",
    "url": "https://waterspeclab.com"
  },
  "documentationUrl": "https://waterspeclab.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-claims",
      "name": "Search cited water treatment claims",
      "description": "Given a question about contaminant limits, treatment thresholds, softener sizing or NSF/ANSI certification scope, returns matching claims with verbatim source passages and their stated limits.",
      "tags": [
        "water-treatment",
        "citations",
        "reference",
        "drinking-water"
      ],
      "examples": [
        "What is the EPA limit for nitrate in drinking water?",
        "At what hardness should I install a softener?",
        "Does NSF/ANSI 58 certification cover arsenic?",
        "How well does reverse osmosis remove arsenic III?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}