Skip to main content
Glama

HubSpot MCP Server

crm_create_lead_property

Create custom lead properties in HubSpot CRM to track specific data fields for contacts, companies, and deals.

Instructions

Create a new lead property

Input Schema

NameRequiredDescriptionDefault
nameYes
labelYes
typeYes
fieldTypeYes
groupNameYes
descriptionNo
optionsNo
displayOrderNo
hasUniqueValueNo
hiddenNo
formFieldNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "displayOrder": { "type": "number" }, "fieldType": { "enum": [ "text", "textarea", "select", "radio", "checkbox", "number", "date", "file" ], "type": "string" }, "formField": { "type": "boolean" }, "groupName": { "type": "string" }, "hasUniqueValue": { "type": "boolean" }, "hidden": { "type": "boolean" }, "label": { "type": "string" }, "name": { "type": "string" }, "options": { "items": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "displayOrder": { "type": "number" }, "hidden": { "type": "boolean" }, "label": { "type": "string" }, "value": { "type": "string" } }, "required": [ "label", "value" ], "type": "object" }, "type": "array" }, "type": { "enum": [ "string", "number", "date", "datetime", "enumeration", "bool" ], "type": "string" } }, "required": [ "name", "label", "type", "fieldType", "groupName" ], "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