{"name":"contact-golden-record","description":"Turn 2-5 messy candidate contact records into one deduplicated golden record with per-field provenance. Composite: one call runs people-enrich + company-enrich + match-key-email + match-key-name + match-key-company + match-score in parallel, then clusters the records that describe the same person and merges them, picking the highest-confidence value per field and keeping track of which input it came from. Send name/email/company/phone variants for the same contact and get back one merged record, a match-confidence score, and a list of field-level conflicts it had to resolve. Use it as an entity resolution API, contact dedupe tool, CRM record merge, or identity-resolution step before writing a lead into a database.","price":"$0.06","method":"POST","input_schema":{"properties":{"records":{"type":"array","items":{"type":"object"},"description":"2-5 candidate contact records to reconcile, each { name?: string, email?: string, company?: string, phone?: string }. Omit this and pass name/email/company/phone directly for a single-record enrichment instead."},"name":{"type":"string","description":"Single-record shorthand: contact name (used only when 'records' is omitted)."},"email":{"type":"string","description":"Single-record shorthand: contact email (used only when 'records' is omitted)."},"company":{"type":"string","description":"Single-record shorthand: contact company (used only when 'records' is omitted)."},"phone":{"type":"string","description":"Single-record shorthand: contact phone (used only when 'records' is omitted)."}},"required":[]},"input_example":{"records":[{"name":"Bob Smith","email":"bob@acme.com","company":"Acme Inc"},{"name":"Robert Smith","email":"bob@acme.com","company":"Acme Corp"}]},"output_example":{"golden_record":{"name":{"value":"Robert Smith","source":1,"confidence":0.8},"email":{"value":"bob@acme.com","source":0,"confidence":0.9},"company":{"value":"Acme Inc","source":0,"confidence":0.8},"phone":null,"domain":"acme.com"},"match_confidence":87,"merged_from":[0,1],"conflicts":[{"field":"company","values":[{"value":"Acme Inc","source_index":0},{"value":"Acme Corp","source_index":1}]}],"composed_of":["people-enrich","company-enrich","match-key-email","match-key-name","match-key-company","match-score"],"components":[{"name":"people-enrich:0","ok":true,"ms":420},{"name":"pair:0-1:email","ok":true,"ms":30}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}