Skip to main content
Glama

HubSpot MCP Server

hubspot_get_contact

Retrieve specific contact details from HubSpot CRM using a contact ID to access customer information and properties for sales analysis.

Instructions

Get a specific contact by ID

Input Schema

NameRequiredDescriptionDefault
contactIdYesThe ID of the contact to retrieve
propertiesNoList of properties to include in the results

Input Schema (JSON Schema)

{ "properties": { "contactId": { "description": "The ID of the contact to retrieve", "type": "string" }, "properties": { "description": "List of properties to include in the results", "items": { "type": "string" }, "type": "array" } }, "required": [ "contactId" ], "type": "object" }

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/scopiousdigital/hubspot-mcp'

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