Skip to main content
Glama

HubSpot MCP

crm_update_lead

Update an existing lead in HubSpot CRM with validated properties, including contact details, company information, lead status, and custom fields, using the specified lead ID.

Instructions

Update an existing lead with validated properties

Input Schema

NameRequiredDescriptionDefault
leadIdYes
propertiesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "leadId": { "type": "string" }, "properties": { "additionalProperties": {}, "properties": { "address": { "type": "string" }, "annualrevenue": { "type": "number" }, "city": { "type": "string" }, "company": { "type": "string" }, "country": { "type": "string" }, "email": { "format": "email", "type": "string" }, "firstname": { "type": "string" }, "industry": { "type": "string" }, "jobtitle": { "type": "string" }, "lastname": { "type": "string" }, "leadsource": { "type": "string" }, "leadstatus": { "enum": [ "new", "open", "in_progress", "qualified", "unqualified", "converted", "lost" ], "type": "string" }, "notes": { "type": "string" }, "numberofemployees": { "type": "number" }, "phone": { "type": "string" }, "rating": { "enum": [ "hot", "warm", "cold" ], "type": "string" }, "state": { "type": "string" }, "website": { "format": "uri", "type": "string" }, "zip": { "type": "string" } }, "type": "object" } }, "required": [ "leadId", "properties" ], "type": "object" }
Install Server

Other Tools from HubSpot MCP

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

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