neuron_remove_from_contact_list
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Remove one or more contacts from a list by their contact IDs. Does not delete the contacts themselves.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"idOrSlug",
"contactIds"
],
"properties": {
"idOrSlug": {
"type": "string",
"description": "Unique identifier (UUID) or URL-friendly slug of the contact list"
},
"contactIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of contact UUIDs to remove from the list"
}
},
"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