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.
Search HubSpot contacts by filters for lead research and CRM lookup
hubspot__search_contacts
{ "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." }