Skip to main content
Glama

Clay

Official
by clay-inc

createNote

Add or save detailed notes to a specific contact within Clay. Specify the contact ID and note content to enhance contact management and organization.

Instructions

Create a note for a contact. Only use this when the user explicitly asks to create, add, or save a note.

Input Schema

NameRequiredDescriptionDefault
contact_idYesThe ID of the contact to add the note to.
contentYesThe content of the note.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contact_id": { "description": "The ID of the contact to add the note to.", "type": "number" }, "content": { "description": "The content of the note.", "type": "string" } }, "required": [ "contact_id", "content" ], "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