Merge brain objects
merge_graph_objectsMerge two duplicate records in the user's graph into one — person or company only. Every connection moves from the duplicate onto the kept record, fields the kept record lacks are copied over (never overwritten), a merged_from audit marker is appended, and the duplicate is deleted. This is destructive and cannot be undone: ALWAYS show the user both records side by side and get an explicit yes before calling. keep_id survives; merge_id is deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep_id | Yes | The record that survives (exact object_id). | |
| merge_id | Yes | The duplicate to fold in and delete. |