Search contacts
clio_search_contactsSearch contacts by name, email, or company to find matching records. Use for quick contact lookup before retrieving full details.
Instructions
Search contacts by free-text query (matches name, email, company). Use clio_get_contact for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term — name, email, company, phone. | |
| type | No | ||
| limit | No | Max records to return across all pages. Capped by CLIO_MAX_PAGE_SIZE. | |
| page_size | No | Records per Clio API page (default from CLIO_DEFAULT_PAGE_SIZE). |