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.
Get a HubSpot CRM lead before scoring, routing, or updates
| Field | Value |
|---|---|
| Name | hubspot__get_lead |
| Group | Integrations |
{
"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."
}