engagement_details_get
Retrieve detailed information about a specific engagement using the engagement ID to access CRM data within the HubSpot MCP server.
Instructions
Get details of a specific engagement
Input Schema
Name | Required | Description | Default |
---|---|---|---|
engagementId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"engagementId": {
"type": "string"
}
},
"required": [
"engagementId"
],
"type": "object"
}