{
  "$schema": "https://a2a-protocol.org/schemas/agent-card-1.0.json",
  "name": "Regrowth Index",
  "description": "Independent, evidence-based reference for hair loss: causes, conditions, diagnosis, and treatments. Every factual claim is cited to primary research (randomised trials, FDA documentation, dermatology society guidelines).",
  "url": "https://regrowthindex.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Regrowth Index",
    "url": "https://regrowthindex.com/about/"
  },
  "documentationUrl": "https://regrowthindex.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/markdown"],
  "skills": [
    {
      "id": "browse-articles",
      "name": "Browse hair-loss articles",
      "description": "Retrieve in-depth, citation-heavy articles on hair-loss conditions (pattern hair loss, telogen effluvium, alopecia areata, postpartum, traction alopecia, scarring alopecias), diagnostic workups, and treatments (minoxidil, finasteride, dutasteride, microneedling, PRP, transplants, LLLT).",
      "tags": ["hair-loss", "dermatology", "medical-reference"],
      "examples": [
        "Find the article on female pattern hair loss",
        "What does the site say about minoxidil's evidence?",
        "Get the diagnostic flow for sudden shedding",
        "Which blood tests does the site recommend for hair loss?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/html", "text/markdown"]
    },
    {
      "id": "browse-glossary",
      "name": "Look up hair-loss terminology",
      "description": "Retrieve concise definitions of hair-loss terms (e.g., DHT, anagen, ferritin, Norwood scale, Sinclair scale, miniaturisation, vellus hair, trichoscopy) with links to the relevant full-length article.",
      "tags": ["glossary", "definitions"],
      "examples": [
        "What is DHT?",
        "Define telogen effluvium",
        "Explain the Norwood scale"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/html", "text/markdown"]
    }
  ]
}
