This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_send_contact
InactiveTool of Green API WhatsApp
declared in dev
Send a contact card via WhatsApp
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"chat_id",
"phone_number"
],
"properties": {
"chat_id": {
"type": "string",
"description": "Chat ID"
},
"company": {
"type": "string",
"description": "Contact company"
},
"last_name": {
"type": "string",
"description": "Contact last name"
},
"first_name": {
"type": "string",
"description": "Contact first name"
},
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID"
},
"phone_number": {
"type": "number",
"description": "Contact phone number"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries