Search for contacts and return matching people. Use for questions about specific contacts or "who" questions (e.g....
Search for interactions and return matching interactions. Use for questions about specific interactions, "who" questions (e.g....
Get numerical statistics and counts ONLY. Returns numbers and percentages, never specific contacts. For counting questions like "how many work at Google?...
Get details for a contact by id, including emails, social links, phone numbers, and notes.
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.
Create a note for a contact. Only use this when the user explicitly asks to create, add, or save a note.
Get all groups or lists for the user.
Create a group or list for the user. If a group with the same name already exists, it will not create a duplicate unless explicitly requested to ignore the check.
Update a group or list. Use this to update the group title and/or modify its members. When adding or removing contacts, provide ALL contact IDs to add/remove in a single call - do not make multiple calls for individual contacts.
Use ONLY when the user explicitly mentions "note" or "notes" to retrieve notes between two dates (e.g. "what notes from last week?...
Use this tool ONLY to fetch meetings/events in a date range (e.g. "what meetings next week?...
Your Clay API key