Email enrichment
Availability:
enrich/emailis a catalog-tier route and returns503by default (CATALOG_ROUTES_ENABLED=0). This recipe is kept for when the route is re-enabled.
Question: "Who works at [email protected]? What is their title and company?"
Tool
POST /api/v1/enrich/email or MCP enrich_email
{"email": "[email protected]"}
Default price: $0.100 (bill-on-match — refunded when matched: false).
Workflow
- Normalize email (lowercase, trim).
- Call
enrich_email. - If
cache_hit: true, note the response may be served fromrequest_response_store. - If
matched: false, tell the user plainly — do not guess from the web. - Project only fields present in
data(vendor-specific shape).
Example response fields
Vendors differ; typical fields include company name, title, LinkedIn URL, and location. Never invent fields not returned by the API.