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 association labels between CRM object types before associating records
hubspot__list_association_labels
{ "type": "object", "properties": { "fromObjectType": { "type": "string", "description": "Source CRM object type, such as contacts, companies, or leads" }, "toObjectType": { "type": "string", "description": "Target CRM object type, such as contacts, companies, or leads" } }, "required": [ "fromObjectType", "toObjectType" ], "description": "Input schema for the hubspot__list_association_labels tool." }