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.
List HubSpot CRM leads for scoring, spreadsheet updates, or research workflows
| Field | Value |
|---|---|
| Name | hubspot__list_leads |
| Group | Integrations |
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Maximum leads to return"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
},
"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 return archived leads"
}
},
"description": "Input schema for the hubspot__list_leads tool."
}