List HubSpot Deals
hubspot_list_dealsList deals from HubSpot CRM with pagination. Specify limit (1-100) and optional cursor to navigate through pages.
Instructions
List deals from HubSpot CRM with pagination.
Args:
limit (number): Results per page, 1-100 (default 20)
after (string): Pagination cursor from a previous response
Returns: { deals: DealOutput[], hasMore: boolean, nextCursor?: string }
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 |