analyze_raw_email
Analyze a raw email source to parse authentication results, spam triggers, and get a spam score with fix suggestions. Use to debug email delivery issues.
Instructions
Read-only analysis of a pasted raw RFC-5322 MIME email source. Parses Authentication-Results, Received chain, SPF/DKIM/DMARC/ARC verdicts, sender IP reputation/blacklist status, content-side spam triggers (suspicious URLs, misleading From, content/HTML imbalance), and produces a 0-100 spam score plus AI-assisted fix suggestions. rawEmail is full headers+body, max 500KB. Use to debug a specific failing email when the user can paste the raw source from their MUA; use create_email_test instead when the user can resend it. POST body is processed in-memory and not stored. No auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawEmail | Yes | Raw email source including headers and body, max 500KB |