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.
Get a HubSpot company by ID or domain before lead research or association
hubspot__get_company
{ "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." }