search_person
Fuzzy-search a sanctioned person by name across all loaded lists. Optional date of birth and nationality narrow results. Returns matches with confidence scores (0-100). 100 = exact ID match, 80+ = strong fuzzy match, lower = review needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dob | No | YYYY or YYYY-MM-DD. Optional, narrows matches. | |
| name | Yes | Full name. Cyrillic / Arabic / Chinese tolerated; transliteration applied. | |
| limit | No | Max results (default 20). | |
| threshold | No | Min confidence to include in results (default 80). | |
| nationality | No | Country name or ISO code. Optional. |