Skip to main content
Glama

HubSpot MCP

engagement_details_update

Modify details of an existing engagement in HubSpot MCP, including type, title, description, owner, timestamps, and status.

Instructions

Update an existing engagement's details

Input Schema

NameRequiredDescriptionDefault
engagementYes
engagementIdYes
metadataNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "engagement": { "additionalProperties": {}, "properties": { "activityType": { "type": "string" }, "description": { "type": "string" }, "endTime": { "type": "string" }, "loggedAt": { "type": "string" }, "owner": { "additionalProperties": false, "properties": { "email": { "format": "email", "type": "string" }, "id": { "type": "string" } }, "required": [ "id", "email" ], "type": "object" }, "startTime": { "type": "string" }, "status": { "type": "string" }, "title": { "type": "string" }, "type": { "enum": [ "EMAIL", "CALL", "MEETING", "TASK", "NOTE" ], "type": "string" } }, "required": [ "type", "title" ], "type": "object" }, "engagementId": { "type": "string" }, "metadata": { "additionalProperties": {}, "type": "object" } }, "required": [ "engagementId", "engagement" ], "type": "object" }

Other Tools from HubSpot MCP

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/shinzo-labs/hubspot-mcp'

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