hubspot_properties_get
Retrieve full definition of a HubSpot CRM property by internal name to inspect field type, options, and constraints before creating or updating records.
Instructions
Retrieve the full definition of a specific HubSpot CRM property by its internal name. Returns the property type, field type, group, options (for enumeration fields), and whether it is a HubSpot default or custom property. Useful for inspecting field constraints before creating or updating records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | CRM object type (e.g., "contacts", "deals", "companies") | |
| propertyName | Yes | Internal name of the property (e.g., "dealname", "amount", "hs_deal_stage_probability") |