neuron_delete_contact_list
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Permanently delete a contact list. System-protected lists (e.g., 'Do Not Contact') cannot be deleted.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"idOrSlug"
],
"properties": {
"idOrSlug": {
"type": "string",
"description": "Unique identifier (UUID) or URL-friendly slug of the contact list to delete"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries