neuron_merge_contact_lists
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Merge two or more contact lists into a single unified list, deduplicating entries. Window merge creates a virtual union; materialized merge creates a static copy.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"sourceListIds",
"mergeType"
],
"properties": {
"name": {
"type": "string",
"description": "Display name for the resulting merged list"
},
"slug": {
"type": "string",
"description": "URL-friendly slug for the merged list (auto-generated if omitted)"
},
"mergeType": {
"enum": [
"window",
"materialized"
],
"type": "string",
"description": "Merge strategy: 'window' (virtual union, stays in sync) or 'materialized' (static copy at merge time)"
},
"sourceListIds": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 2,
"description": "UUIDs or slugs of the source lists to merge (minimum 2)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries