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 records associated with a HubSpot CRM record
| Field | Value |
|---|---|
| Name | hubspot__list_associations |
| Group | Integrations |
{
"type": "object",
"properties": {
"objectType": {
"type": "string",
"description": "Source CRM object type, such as contacts, companies, or leads"
},
"objectId": {
"type": "string",
"description": "Source CRM record ID"
},
"toObjectType": {
"type": "string",
"description": "Associated CRM object type to list"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
},
"limit": {
"type": "number",
"description": "Maximum associations to return"
}
},
"required": [
"objectType",
"objectId",
"toObjectType"
],
"description": "Input schema for the hubspot__list_associations tool."
}