get_integration
ActiveTool of HubSpot Integrations MCP
declared in 1.0.0
Retrieve a specific integration by its ID from the HubSpot Integrations Center. Returns the full integration details including title, summary, body, URL, categories, and last updated date.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The integration ID to retrieve (format: display-name-product-name)"
}
}
}Parent server
HubSpot Integrations MCP
https://github.com/Centrify-Internal/hubspot-mcp-server
1/7 registries