Tools/email-verification
Email Verification

Email Verification

Active

Your agent can't assess if an email address is real. This scores deliverability and even assesses catch-all addresses.

1 tool

Verify a single email address: syntax, domain and MX records, mailbox existence, and a 0-100 deliverability score, with disposable-, role-, and catch-all (accept-all) flags. Use it to clean signups, reduce bounces, and gate outbound sends, with reliable handling of catch-all domains.

Business & Companiesemailvalidationdeliverabilityverificationdata-quality

Tools (1)

Verify an email address and return its deliverability status, score, and risk flags.

10 credits/call ($0.01) · 10 credits per verification

Example prompts

  • Is the email address jane.doe@example.com deliverable?
  • Verify support@acme.com and tell me if it's a role address
  • Check whether test@mailinator.com is a disposable email

Parameters

emailstringrequired

The email address to verify.

API Usage

curl -X POST "https://skill.askfaro.com/skills/email-verification/run" \
  -H "Authorization: Bearer faro_<your_key>" \
  -H "Content-Type: application/json" \
  -d '{
  "intent": {
    "prompt": "Is the email address jane.doe@example.com deliverable?"
  }
}'

CLI Usage

askfaro describe email-verification/verify

Install pip install askfaro-cli, then askfaro auth login.