List HubSpot Contacts
hubspot_list_contactsRetrieve contacts from HubSpot CRM with pagination support. Specify limit and cursor to navigate through large contact lists.
Instructions
List contacts from HubSpot CRM with pagination.
Args:
limit (number): Results per page, 1-100 (default 20)
after (string): Pagination cursor from a previous response
Returns: { contacts: ContactOutput[], hasMore: boolean, nextCursor?: string, total: number }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-100, default 20) | |
| after | No | Cursor token from a previous response for pagination |