share_listing_whatsapp
ActiveTool of Tu Lugar
Generate a ready-to-send WhatsApp message for one of the authenticated agent's OWN listings: a polished, WhatsApp-tuned caption + a one-tap wa.me link (optionally pre-addressed to a client phone) + the property's main photo to attach. Use whenever the agent wants to send, share, or forward a listing to a client (or to their WhatsApp status). Pass listing_id (from my_listings); optionally client_phone to pre-address the chat. After calling, you can personalize the message for a specific client and rebuild the wa.me link yourself (URL-encode the new text into https://wa.me/<number>?text=...).
Parameters schema
{
"type": "object",
"required": [
"listing_id"
],
"properties": {
"locale": {
"enum": [
"es",
"en",
"pt"
],
"type": "string",
"description": "Message language (default es)"
},
"listing_id": {
"type": "string",
"description": "ID of the agent's own listing (from my_listings)"
},
"client_phone": {
"type": "string",
"description": "Optional client phone, international format (e.g. +595981234567), to pre-address the WhatsApp chat"
}
}
}Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries