{"name":"outreach-pack","description":"Drafts a cold email and verifies the recipient address in one call. Composite: one call runs email-draft + email-deliverability-check in parallel. Returns a ready-to-send email (subject, body, salutation, sign-off; tone controllable) plus a deliverability report on the recipient address: syntax, MX records, disposable-domain and role-account detection, SPF/DMARC/DKIM posture, and a 0-100 deliverability score. Privacy-safe DNS only, no mailbox probing. Includes composed_of + per-component telemetry; partial failure degrades instead of failing. Use it as a sales outreach pre-flight or inbox-readiness bundle.","price":"$0.05","method":"POST","input_schema":{"properties":{"recipient_email":{"type":"string","description":"Recipient email address, e.g. 'buyer@example.com'."},"context":{"type":"string","description":"What the email should say / achieve. Max 3,800 chars."},"tone":{"type":"string","description":"Optional tone (warm, formal, direct, ...). Max 40 chars."}},"required":["recipient_email","context"]},"input_example":{"recipient_email":"buyer@example.com","context":"Introduce our API analytics tool to a startup CTO and ask for a 15-minute call","tone":"warm"},"output_example":{"recipient_email":"buyer@example.com","draft":{"subject":"A quicker way to see your API usage","body":"Hi there, ..."},"deliverability":{"deliverability_score":92,"risk":"low","can_receive_mail":true,"is_disposable":false},"composed_of":["email-draft","email-deliverability-check"],"components":[{"name":"email-draft","ok":true,"ms":2600},{"name":"email-deliverability-check","ok":true,"ms":850}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}