Skip to main content
Glama

Clay

Official
by clay-inc

getContact

Retrieve comprehensive contact details by ID, including emails, social links, phone numbers, and notes, using the Clay MCP server for efficient contact management.

Instructions

Get details for a contact by id, including emails, social links, phone numbers, and notes.

Input Schema

NameRequiredDescriptionDefault
contact_idYesThe ID of the contact to get details for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contact_id": { "description": "The ID of the contact to get details for.", "type": "number" } }, "required": [ "contact_id" ], "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/clay-inc/clay-mcp'

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