create_lead
ActiveTool of Tu Lugar
Send an inquiry on behalf of the user to the advertiser of a listing, a development project, or a real-estate company. Notifies them (email + WhatsApp) and starts a conversation. Works without an account. This sends a real message to real people — confirm the details with the user before calling.
Parameters schema
{
"type": "object",
"required": [
"name",
"message"
],
"properties": {
"name": {
"type": "string",
"description": "Buyer name"
},
"email": {
"type": "string",
"description": "Buyer email (email or phone required)"
},
"phone": {
"type": "string",
"description": "Buyer phone / WhatsApp (email or phone required)"
},
"message": {
"type": "string",
"description": "The inquiry message"
},
"company_id": {
"type": "string",
"description": "Company/agency to contact directly"
},
"listing_id": {
"type": "string",
"description": "Listing to inquire about (exactly one of listing_id / project_id / company_id)"
},
"project_id": {
"type": "string",
"description": "Development project to inquire about"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries