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.
List HubSpot CRM leads for scoring, spreadsheet updates, or research workflows
hubspot__list_leads
{ "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." }