Validate Email Address
email.validation.checkValidate an email address by checking deliverability, MX records, and detecting disposable, spam trap, or abuse addresses. Provides domain age and SMTP provider for comprehensive verification.
Instructions
Validate an email address — checks deliverability, detects disposable/spam trap/abuse/catch-all addresses, MX records, SMTP provider, domain age. 99.6% accuracy (ZeroBounce)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to validate (e.g. "user@example.com") | ||
| ip_address | No | IP address of the email owner for additional geo/fraud scoring (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |