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 association labels between CRM object types before associating records
| Field | Value |
|---|---|
| Name | hubspot__list_association_labels |
| Group | Integrations |
{
"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."
}