Skip to main content
Glama

HubSpot MCP Server

crm_get_contact

Retrieve a specific HubSpot contact by ID with selected properties and associated records like companies, deals, or engagements for CRM data access and management.

Instructions

Get a single contact by ID with specific properties and associations

Input Schema

NameRequiredDescriptionDefault
contactIdYes
propertiesNo
associationsNo

Input Schema (JSON Schema)

{ "properties": { "associations": { "items": { "enum": [ "companies", "deals", "tickets", "calls", "emails", "meetings", "notes" ], "type": "string" }, "type": "array" }, "contactId": { "type": "string" }, "properties": { "items": { "type": "string" }, "type": "array" } }, "required": [ "contactId" ], "type": "object" }

Other Tools from HubSpot MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/amanagarwal13/hubspot-mcp-shinzo'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server