check_email_deliverability
Analyze a domain's SPF, DKIM, DMARC, and MX records to assess email deliverability, identify spoofing risks, and get specific DNS fixes for improved inbox placement.
Instructions
Check a domain's LIVE email-authentication and DNS health (SPF, DKIM, DMARC, MX) and get a deliverability verdict: will mail FROM this domain reach the inbox or land in spam, is it spoofable, and EXACTLY which DNS record to add/fix. Resolves real DNS right now. Use this when setting up sending email for a domain, debugging why mail goes to spam, vetting a domain before sending, or checking Gmail/Yahoo 2024+ bulk-sender requirements. Returns HEALTHY / NEEDS_ATTENTION / AT_RISK with a score and concrete fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check, e.g. 'example.com'. An email address or URL also works; the domain is extracted. | |
| deep | No | When true, also probes common DKIM selectors (slower, more DNS lookups). Recommended for a full deliverability check. |