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 companies by domain, name, or firmographic properties
| Field | Value |
|---|---|
| Name | hubspot__search_companies |
| Group | Integrations |
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Text query to match against company properties"
},
"filterGroups": {
"type": "array",
"description": "HubSpot CRM search filter groups"
},
"sorts": {
"type": "array",
"description": "Sort expressions"
},
"properties": {
"type": "array",
"description": "Company properties to return"
},
"limit": {
"type": "number",
"description": "Maximum companies to return"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
}
},
"description": "Input schema for the hubspot__search_companies tool."
}