list_contacts
Search contacts by partial full name or account ID. Returns paginated results with email, phone, and full name.
Instructions
Search and list contacts. Each contact has firstname, lastname, title (full name), email, phone number.
Args: search: Search by full name (partial match, e.g. 'John' or 'Smith'). Searches the 'title' field. account: Filter by account internal ID (e.g. 'account_674eda46162a8403430453'). NOT a company name — call list_accounts(search='...') first to find the ID. skip: Pagination offset (default: 0). take: Number of records to return (default: 50, max: 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| take | No | ||
| search | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |