HubSpot MCP

by shinzo-labs
Verified

crm_get_company

Get a single company by ID with specific properties and associations

Input Schema

NameRequiredDescriptionDefault
associationsNo
companyIdYes
propertiesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "associations": { "items": { "enum": [ "contacts", "deals", "tickets" ], "type": "string" }, "type": "array" }, "companyId": { "type": "string" }, "properties": { "items": { "type": "string" }, "type": "array" } }, "required": [ "companyId" ], "type": "object" }

You must be authenticated.

Other Tools