Skip to main content
Glama

HubSpot MCP Server

crm_update_object

Update existing CRM records in HubSpot by modifying properties for contacts, companies, deals, tickets, products, quotes, and custom objects using their unique identifiers.

Instructions

Update an existing CRM object

Input Schema

NameRequiredDescriptionDefault
objectTypeYes
objectIdYes
propertiesYes

Input Schema (JSON Schema)

{ "properties": { "objectId": { "type": "string" }, "objectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" }, "properties": { "additionalProperties": {}, "type": "object" } }, "required": [ "objectType", "objectId", "properties" ], "type": "object" }

Other Tools from HubSpot MCP Server

Related Tools

    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/amanagarwal13/hubspot-mcp-shinzo'

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