Clay
getContact
Get full details for a contact by id, including emails, social links, phone numbers, and notes.
Remote clay-inc/clay-mcp
Other tools also called getContact?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"contact_id": {
"type": "number",
"example": 123,
"description": "The ID of the contact to get details for."
}
}
}