{"name":"person-dossier","description":"Researches a person from their email address in one call: enrichment, deliverability, disposable check, and social handle. Composite: one call runs person-enrich + email-deliverability-check + disposable-email-check + social-handle-check in parallel and merges them into {person, deliverability, disposable, social_handle}. The email local-part is probed as a candidate X handle (optional, degrades gracefully). Public-data enrichment only; no private people databases, no social-network scraping. Use it as a person dossier API, contact research, email intelligence, or lead profile lookup for CRM and sales agents.","price":"$0.05","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Person email address, e.g. 'jane.doe@example.com'. Max 320 chars."},"name":{"type":"string","description":"Optional known person name to improve the enrichment record."}},"required":["email"]},"input_example":{"email":"jane.doe@example.com","name":"Jane Doe"},"output_example":{"email":"jane.doe@example.com","person":{"name":"Jane Doe","domain":"example.com","company":"Example","confidence":0.9},"deliverability":{"deliverability_score":92,"risk":"low","can_receive_mail":true},"disposable":{"is_disposable":false,"risk":"low"},"social_handle":{"username":"janedoe","available":false,"status":"claimed"},"handle_candidate":"janedoe","composed_of":["person-enrich","email-deliverability-check","disposable-email-check","social-handle-check"],"components":[{"name":"person-enrich","ok":true,"ms":705},{"name":"disposable-email-check","ok":true,"ms":121}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}