find-contact
Find a single contact by exact email, phone, or name, returning the best match or not_found. For fuzzy searches, use list-contacts.
Instructions
Find a single contact by exact email, phone, or name. Returns the best match or not_found. For fuzzy searches use list-contacts with filter_with: 'ilike' and % wildcards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Which finder to use. | |
| value | Yes | The email address, phone number, or full name to look up. |