enrich_email_batch
Validate up to 100 email addresses in a single API call, with MX DNS checks to confirm domain deliverability. Use this batch tool to verify multiple emails at once and get per-item results, costs, and monthly usage.
Instructions
Validate up to 100 emails in one call (billed per item).
Same honesty as enrich_email: MX ≠ mailbox. Duplicate domains share one MX lookup.
Args: emails: 1–100 email addresses check_mx: When true (default), perform MX DNS lookups (deduped by domain)
Returns: dict with keys: ok, count, results (list of {email, data}), cost_usd, call_count_this_month — or {ok:false, error:{...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | ||
| check_mx | No |