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.
Get a HubSpot company by ID or domain before lead research or association
| Field | Value |
|---|---|
| Name | hubspot__get_company |
| Group | Integrations |
{
"type": "object",
"properties": {
"companyId": {
"type": "string",
"description": "HubSpot company ID, or domain when idProperty is domain"
},
"properties": {
"type": "string",
"description": "Comma-separated company properties to return"
},
"associations": {
"type": "string",
"description": "Comma-separated associated object types to include"
},
"archived": {
"type": "boolean",
"description": "Whether to include archived companies"
},
"idProperty": {
"type": "string",
"description": "Optional unique property used to identify the company, such as domain"
}
},
"required": [
"companyId"
],
"description": "Input schema for the hubspot__get_company tool."
}