Skip to main content
Glama

Clay

Official
by clay-inc

createGroup

Create a new group or list in Clay's MCP server. Define a unique group name to organize contacts, notes, and reminders efficiently. Duplicate names are avoided unless specified otherwise.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
titleYesThe name of the group to create.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "title": { "description": "The name of the group to create.", "type": "string" } }, "required": [ "title" ], "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