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 records associated with a HubSpot CRM record
hubspot__list_associations
{ "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." }