Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List HubSpot CRM properties for contacts, leads, or companies before updating custom fields
| Field | Value |
|---|---|
| Name | hubspot__list_properties |
| Group | Integrations |
{
"type": "object",
"properties": {
"objectType": {
"type": "string",
"description": "CRM object type, such as contacts, leads, or companies"
},
"archived": {
"type": "boolean",
"description": "Whether to return archived properties"
},
"dataSensitivity": {
"type": "string",
"description": "Optional sensitivity filter supported by HubSpot accounts with sensitive data features"
}
},
"required": [
"objectType"
],
"description": "Input schema for the hubspot__list_properties tool."
}