Skip to main content
Glama

HubSpot MCP Server

hubspot_update_contact

Modify existing contact information in HubSpot CRM by updating properties such as email, phone number, or company details using the contact's unique identifier.

Instructions

Update an existing contact in HubSpot

Input Schema

NameRequiredDescriptionDefault
contactIdYesThe ID of the contact to update
propertiesYesContact properties to update

Input Schema (JSON Schema)

{ "properties": { "contactId": { "description": "The ID of the contact to update", "type": "string" }, "properties": { "additionalProperties": true, "description": "Contact properties to update", "type": "object" } }, "required": [ "contactId", "properties" ], "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/scopiousdigital/hubspot-mcp'

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