Clay

createGroup

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.

Remote clay-inc/clay-mcp

Other tools also called createGroup? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "example": "My Group",
      "description": "The name of the group to create."
    }
  }
}
          

Provider

Clay →