HubSpot MCP

by shinzo-labs
Verified

engagement_details_get

Get details of a specific engagement

Input Schema

NameRequiredDescriptionDefault
engagementIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "engagementId": { "type": "string" } }, "required": [ "engagementId" ], "type": "object" }

You must be authenticated.

Other Tools