Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
hubspot__list_properties
{ "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." }