search_contacts
Find contacts by name, company, email, phone or city using case-insensitive substring matching. Returns up to a set limit of results.
Instructions
Find contacts by name, company, email, phone or city (case-insensitive substring). Returns up to limit (max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |