Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a HubSpot contact by ID or email before scoring, dedupe, or updates
hubspot__get_contact
{ "type": "object", "properties": { "contactId": { "type": "string", "description": "HubSpot contact ID, or email when idProperty is email" }, "properties": { "type": "string", "description": "Comma-separated contact properties to return" }, "associations": { "type": "string", "description": "Comma-separated associated object types to include" }, "archived": { "type": "boolean", "description": "Whether to include archived contacts" }, "idProperty": { "type": "string", "description": "Optional unique property used to identify the contact, such as email" } }, "required": [ "contactId" ], "description": "Input schema for the hubspot__get_contact tool." }