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 contacts by filters for lead research and CRM lookup
| Field | Value |
|---|---|
| Name | hubspot__search_contacts |
| Group | Integrations |
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Text query to match against contact properties"
},
"filterGroups": {
"type": "array",
"description": "HubSpot CRM search filter groups"
},
"sorts": {
"type": "array",
"description": "Sort expressions"
},
"properties": {
"type": "array",
"description": "Contact properties to return"
},
"limit": {
"type": "number",
"description": "Maximum contacts to return"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
}
},
"description": "Input schema for the hubspot__search_contacts tool."
}