{
  "slug": "email-validator",
  "name": "gizza-ai/email-validator",
  "version": "0.1.0",
  "title": "Email Validator — Check Email Address Syntax — gizza.ai",
  "description": "Validate an email address against RFC 5321/5322 syntax in your browser — flags bad domains, illegal characters and typos like gmial.com. Free, no DNS lookup.",
  "tags": [
    "email validator",
    "validate email",
    "email syntax check",
    "rfc 5322",
    "email checker",
    "verify email format",
    "email typo",
    "did you mean"
  ],
  "category": "data",
  "urls": {
    "page": "https://gizza.ai/tools/email-validator/",
    "markdown": "https://gizza.ai/tools/email-validator/index.md",
    "descriptor": "https://gizza.ai/tools/email-validator/tool.json",
    "deep_link_example": "https://gizza.ai/tools/email-validator/?input=user%40gmial.com"
  },
  "cli": "gizza tool email-validator 'input=user@gmial.com'",
  "tool": {
    "description": "Validate an email address against RFC 5321/5322 syntax rules and flag common typos and formatting issues. Syntax-only (no DNS/SMTP). Reports validity, hard errors, soft warnings, and a suggested fix for likely typos.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "email": {
          "description": "The email address to validate. A 'Name <addr>', 'mailto:addr', or angle-bracketed form is accepted and unwrapped before validation.",
          "type": "string"
        }
      },
      "required": [
        "email"
      ],
      "type": "object"
    }
  }
}