Skip to main content
Glama

HubSpot MCP Server

crm_get_company

Retrieve company details from HubSpot CRM by ID, including specific properties and associated contacts, deals, or tickets for comprehensive business data access.

Instructions

Get a single company by ID with specific properties and associations

Input Schema

NameRequiredDescriptionDefault
companyIdYes
propertiesNo
associationsNo

Input Schema (JSON Schema)

{ "properties": { "associations": { "items": { "enum": [ "contacts", "deals", "tickets" ], "type": "string" }, "type": "array" }, "companyId": { "type": "string" }, "properties": { "items": { "type": "string" }, "type": "array" } }, "required": [ "companyId" ], "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