neuron_send_contact_card
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Send a vCard contact card via WhatsApp with name, phone, and optional organization.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"to",
"contactName",
"contactPhone"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient JID or phone number"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
},
"contactOrg": {
"type": "string",
"description": "Organization or company name"
},
"contactName": {
"type": "string",
"description": "Full name of the contact to share"
},
"contactPhone": {
"type": "string",
"description": "Phone number in international format (e.g. '+2348012345678')"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries