find_contact_by_phone
Identify who a phone number belongs to by normalizing it for exact matching across all contact phone fields.
Instructions
Use this when the user provides a specific phone number and wants to know who it belongs to: 'whose number is +49 731 123456?', 'who called from 0176-1234567?'. Normalizes the number (ignores spaces, dashes, formatting) for exact matching across all phone fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Phone number to match, in any common format. | |
| top | No | Maximum number of matching contacts to return. | |
| scanLimit | No | How many contact rows to scan before local filtering. Increase on larger phonebooks. |