list_contacts
Retrieve paginated lists of clients and suppliers from Quipu, including id, name, tax ID, email, phone, and address. Use page and filter parameters to find specific contacts.
Instructions
List contacts (clients and suppliers) from Quipu. Returns id, name, tax_id (NIF/CIF), email, phone and address fields. Results are paginated: use page to walk through pages. Quipu returns JSON:API, but this tool flattens each resource so attributes appear at the top level alongside id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1 (default: 1) | |
| filter_name | No | Filter contacts whose name contains this text |