HubSpot MCP

by shinzo-labs
Verified

crm_get_object

Retrieve a specific CRM object by ID and type, such as contacts, companies, or deals. Use this tool to fetch detailed data, including associated properties and relationships, directly from the HubSpot MCP server.

Instructions

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 from HubSpot MCP

Related Tools

ID: rvn6na254i