Skip to main content
Glama

HubSpot MCP Server

crm_get_associations

Retrieve all associations between specified HubSpot CRM objects to understand relationships and connections in your customer data.

Instructions

Get all associations of a specific type between objects

Input Schema

NameRequiredDescriptionDefault
fromObjectTypeYes
toObjectTypeYes
fromObjectIdYes
afterNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "after": { "type": "string" }, "fromObjectId": { "type": "string" }, "fromObjectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" }, "limit": { "maximum": 500, "minimum": 1, "type": "number" }, "toObjectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" } }, "required": [ "fromObjectType", "toObjectType", "fromObjectId" ], "type": "object" }

Other Tools from HubSpot MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/amanagarwal13/hubspot-mcp-shinzo'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server