search_listings
ActiveTool of Tu Lugar
declared in 1.8.1
Search real estate listings. Filter by city, price, bedrooms, property type, or a specific agency/company.
Parameters schema
{
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "City name, e.g. \"Asunción\""
},
"sort": {
"enum": [
"price_asc",
"price_desc",
"newest",
"oldest"
],
"type": "string"
},
"limit": {
"type": "number",
"description": "Max 20"
},
"company": {
"type": "string",
"description": "Agency/company NAME to list only their properties, e.g. \"RE/MAX Urbana\" (resolved automatically; punctuation/accents ignored)."
},
"bedrooms": {
"type": "number"
},
"building": {
"type": "string",
"description": "Building/tower NAME to list the actual units for sale/rent in it, e.g. \"Petra Tower\" (punctuation/accents ignored). Use this — not search_projects — when the user wants the real listings in a named building."
},
"amenities": {
"type": "string",
"description": "Comma-separated amenities/features the property must have, in the user's own words and language, e.g. \"piscina, cochera\" or \"pool, gym\". Common ones: pool/piscina, gym/gimnasio, garden/jardín, balcony/balcón, terrace/terraza, parking/cochera, furnished/amoblado, airConditioning/aire, security/seguridad, elevator/ascensor, bbq/parrilla/quincho, laundry/lavadero. Multiple = must have all."
},
"max_price": {
"type": "number"
},
"min_price": {
"type": "number"
},
"listing_type": {
"enum": [
"sale",
"rent"
],
"type": "string"
},
"neighborhood": {
"type": "string"
},
"property_type": {
"type": "string",
"description": "apartment, house, land, commercial"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries