Clay

merge_contacts

Merge all contact ids into one contact, this is a destructive action and can not be undone. Only run one contact group at a time and only with the users explicit permission.

Remote clay-inc/clay-mcp

Other tools also called merge_contacts? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "contact_ids": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "maxItems": 10,
      "minItems": 2
    }
  }
}
          

Provider

Clay →