resolve_company
Resolve companies to canonical AnchorIDs using domain, name, city/state, or external identifiers. Returns resolution status, confidence scores, and ambiguous candidates for identity verification.
Instructions
Resolve a company to an AnchorID using domain, name, city/state, or external identifiers. Returns status (resolved | needs_review | not_found), confidence score, the canonical AnchorID, match reasons, and any ambiguous candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Company domain (e.g. acme.com) | |
| name | No | Company name | |
| city | No | City for geo-matching | |
| state | No | State for geo-matching | |
| identifiers | No | External system identifiers | |
| min_confidence | No | Minimum confidence threshold (0-1) |