list_contacts
Retrieve a paginated list of customers and suppliers, with optional free-text search and kind filter.
Instructions
List contacts (customers and suppliers).
Args: search: free-text match on name / legal name / VAT. kind: 'customer' or 'supplier' to filter; omit for both. limit: page size (1-500, default 50). offset: pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| offset | No | ||
| search | No |