hubspot_search_deals
Search HubSpot deals using filters, properties, and sorting for read-only access to deal data.
Instructions
Search HubSpot deals with filters (READ-ONLY).
Args: filters: JSON string of HubSpot filter groups array. Example: '[{"filters":[{"propertyName":"dealstage","operator":"EQ","value":"closedwon"}]}]' properties: Comma-separated deal properties to return limit: Max deals to return (default: 20) sort_by: Property to sort by (default: "createdate") after: Cursor token from a previous call's next_cursor for pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| filters | No | [] | |
| sort_by | No | createdate | |
| properties | No | dealname,amount,dealstage,pipeline,createdate,closedate,primary_source |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |