{
  "schema_version": "1.0",
  "name": "DNSdiag Agent",
  "description": "AI agent that performs comprehensive DNS health checks and diagnostics. Capable of analyzing DNS records, scoring domain configurations, and providing detailed recommendations.",
  "url": "https://dnsdiag.net",
  "capabilities": {
    "dns-check": {
      "description": "Run full DNS health analysis on a domain",
      "input": {"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"]}
    },
    "dns-stats": {
      "description": "Query DNS diagnostic statistics",
      "input": {"type": "object", "properties": {}}
    }
  },
  "provider": {
    "name": "DNSdiag",
    "url": "https://dnsdiag.net"
  }
}