HubSpot MCP

by shinzo-labs
Verified

crm_get_object

Get a single CRM object by ID

Input Schema

NameRequiredDescriptionDefault
associationsNo
objectIdYes
objectTypeYes
propertiesNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools