Skip to main content
Glama

HubSpot MCP Server

crm_update_company

Update existing company records in HubSpot CRM by modifying properties like name, contact details, industry classification, and business metrics.

Instructions

Update an existing company with validated properties

Input Schema

NameRequiredDescriptionDefault
companyIdYes
propertiesYes

Input Schema (JSON Schema)

{ "properties": { "companyId": { "type": "string" }, "properties": { "additionalProperties": {}, "properties": { "address": { "type": "string" }, "address2": { "type": "string" }, "annualrevenue": { "type": "number" }, "city": { "type": "string" }, "country": { "type": "string" }, "description": { "type": "string" }, "domain": { "type": "string" }, "industry": { "type": "string" }, "lifecyclestage": { "enum": [ "lead", "customer", "opportunity", "subscriber", "other" ], "type": "string" }, "name": { "type": "string" }, "numberofemployees": { "type": "number" }, "phone": { "type": "string" }, "state": { "type": "string" }, "type": { "type": "string" }, "website": { "format": "uri", "type": "string" }, "zip": { "type": "string" } }, "type": "object" } }, "required": [ "companyId", "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