Skip to main content
Glama

HubSpot MCP Server

engagement_details_get_associated

Retrieve all engagements associated with a specific HubSpot CRM object such as contacts, companies, deals, or tickets to track interactions and activities.

Instructions

Get all engagements associated with an object

Input Schema

NameRequiredDescriptionDefault
objectTypeYes
objectIdYes
startTimeNo
endTimeNo
activityTypesNo
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "activityTypes": { "items": { "type": "string" }, "type": "array" }, "endTime": { "type": "string" }, "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "objectId": { "type": "string" }, "objectType": { "enum": [ "CONTACT", "COMPANY", "DEAL", "TICKET" ], "type": "string" }, "offset": { "type": "number" }, "startTime": { "type": "string" } }, "required": [ "objectType", "objectId" ], "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