neuron_update_contact
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update an existing contact's details. If notes are provided, they are appended as a new structured note entry without overwriting existing notes.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the contact to update"
},
"name": {
"type": "string",
"description": "Updated full name for the contact"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Updated tags for the contact (replaces existing tags)"
},
"email": {
"type": "string",
"description": "Updated email address for the contact"
},
"notes": {
"type": "string",
"description": "New note to append to the contact's existing notes"
},
"phone": {
"type": "string",
"description": "Updated phone number in E.164 format (e.g., +2348012345678)"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries