Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update a HubSpot CRM lead with score, qualification, owner, or research fields
| Field | Value |
|---|---|
| Name | hubspot__update_lead |
| Group | Integrations |
{
"type": "object",
"properties": {
"leadId": {
"type": "string",
"description": "HubSpot lead record ID"
},
"properties": {
"type": "object",
"description": "Lead properties to update"
}
},
"required": [
"leadId",
"properties"
],
"description": "Input schema for the hubspot__update_lead tool."
}