get_hubspot_object
Retrieve HubSpot data for a specific object type (company, contact, deal, ticket) using a search query or get the most recent object.
Instructions
Retrieve data for any supported HubSpot object type based on a query or get the most recent object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Type of HubSpot object to retrieve (e.g., company, contact, deal). | |
| query | Yes | Search query to find specific object. Defaults to '_most_recent_company' if not provided or too short (or '_most_recent_contact' if object_type is 'contact'). |