{
  "name": "HealthAnswers UK Health Guide Agent",
  "description": "A read-only retrieval agent for medically reviewed, plain-English UK health information. It provides general information, not diagnosis or personalised medical advice.",
  "supportedInterfaces": [
    {
      "url": "https://healthanswers.co.uk/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "HealthAnswers",
    "url": "https://healthanswers.co.uk/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://healthanswers.co.uk/api/",
  "iconUrl": "https://healthanswers.co.uk/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "search-uk-health-guides",
      "name": "Search UK health guides",
      "description": "Find relevant HealthAnswers guides and return concise summaries with canonical source links and safety guidance.",
      "tags": ["health", "UK", "NHS", "medical-information", "search"],
      "examples": [
        "Find the HealthAnswers guide to migraine",
        "Show general UK information about asthma symptoms"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ]
}
