Skip to main content
Glama

Clay

Official
by clay-inc

createContact

Create a new contact record in Clay by entering details such as name, phone, email, LinkedIn handle, job title, and organization. Designed for standalone contact creation, not for adding to groups.

Instructions

Create a new contact record in Clay. This endpoint should only be used when you need to create a completely new contact, not for adding contacts to groups.

Input Schema

NameRequiredDescriptionDefault
birthdayNoThe birthday of the contact. Use the format YYYY-MM-DD, if no year is specified use 0, month and day are required.
emailNoThe email of the contact.
first_nameNoThe first name of the contact.
last_nameNoThe last name of the contact.
linkedinNoThe LinkedIn handle of the contact.
organizationNoThe organization of the contact.
phoneNoThe phone number of the contact.
titleNoThe job title of the contact.
websiteNoThe website of the contact.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "birthday": { "description": "The birthday of the contact. Use the format YYYY-MM-DD, if no year is specified use 0, month and day are required.", "type": "string" }, "email": { "default": [], "description": "The email of the contact.", "items": { "type": "string" }, "type": "array" }, "first_name": { "description": "The first name of the contact.", "type": "string" }, "last_name": { "description": "The last name of the contact.", "type": "string" }, "linkedin": { "description": "The LinkedIn handle of the contact.", "type": "string" }, "organization": { "description": "The organization of the contact.", "type": "string" }, "phone": { "description": "The phone number of the contact.", "items": { "type": "string" }, "type": "array" }, "title": { "description": "The job title of the contact.", "type": "string" }, "website": { "default": [], "description": "The website of the contact.", "items": { "type": "string" }, "type": "array" } }, "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