Skip to main content
Glama

HubSpot MCP Server

create_shared_summary

Generate and share a conversation summary with your team in real time, linked to specific company and user IDs using HubSpot CRM data and operations.

Instructions

Create a new conversation summary in the shared space

Input Schema

NameRequiredDescriptionDefault
company_idYesCompany ID
summaryYesThe conversation summary text
user_idYesUser email/ID creating the summary

Input Schema (JSON Schema)

{ "properties": { "company_id": { "description": "Company ID", "type": "string" }, "summary": { "description": "The conversation summary text", "type": "string" }, "user_id": { "description": "User email/ID creating the summary", "type": "string" } }, "required": [ "user_id", "company_id", "summary" ], "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/KaranThink41/HubSpot_MCP'

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