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.
Search HubSpot CRM leads for dedupe, scoring, and routing workflows
| Field | Value |
|---|---|
| Name | hubspot__search_leads |
| Group | Integrations |
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Text query to match against lead properties"
},
"filterGroups": {
"type": "array",
"description": "HubSpot CRM search filter groups"
},
"sorts": {
"type": "array",
"description": "Sort expressions"
},
"properties": {
"type": "array",
"description": "Lead properties to return"
},
"limit": {
"type": "number",
"description": "Maximum leads to return"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
}
},
"description": "Input schema for the hubspot__search_leads tool."
}