Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
hubspot__update_lead
{ "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." }