Skip to main content
Glama

HubSpot MCP Server

by ajaystream

hubspot-get-engagement

Retrieve HubSpot engagements by ID to access and manage interaction data, streamlining CRM insights and customer relationship tracking for users.

Instructions

🎯 Purpose: 1. Retrieves a HubSpot engagement by ID.

Input Schema

NameRequiredDescriptionDefault
engagementIdYesThe ID of the engagement to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "engagementId": { "description": "The ID of the engagement to retrieve", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "engagementId" ], "type": "object" }

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/ajaystream/hubspot-mcp-custom'

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