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.
Get a HubSpot CRM lead before scoring, routing, or updates
hubspot__get_lead
{ "type": "object", "properties": { "leadId": { "type": "string", "description": "HubSpot lead record ID" }, "properties": { "type": "string", "description": "Comma-separated lead properties to return" }, "associations": { "type": "string", "description": "Comma-separated associated object types to include" }, "archived": { "type": "boolean", "description": "Whether to include archived leads" } }, "required": [ "leadId" ], "description": "Input schema for the hubspot__get_lead tool." }