send_whatsapp_verification
ActiveTool of Tu Lugar
Send a WhatsApp verification code to the agent's mobile number. Publishing listings requires a verified WhatsApp number — if account_status shows can_publish=false, use this to start verification. A 6-digit code is delivered to the number over WhatsApp; then call verify_whatsapp_code with it.
Parameters schema
{
"type": "object",
"required": [
"phone"
],
"properties": {
"phone": {
"type": "string",
"description": "Mobile number in international format, e.g. +595981234567"
},
"language": {
"enum": [
"es",
"en",
"pt"
],
"type": "string",
"description": "Message language (default es)"
}
}
}Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries