Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | hubspot__get_contact |
| Group | Integrations |
{
"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."
}