save_search
ActiveTool of Tu Lugar
Save a property search for the connected user so they get alerts when new matching listings appear (e.g. "2-bed apartments for rent under $800 in Villa Morra"). Requires a connected account — if not connected, use connect_account first. Uses the same filters as search_listings. Returns the saved id.
Parameters schema
{
"type": "object",
"required": [
"listing_type"
],
"properties": {
"city": {
"type": "string"
},
"name": {
"type": "string",
"description": "Optional label for the saved search"
},
"bedrooms": {
"type": "number"
},
"currency": {
"enum": [
"USD",
"PYG",
"BRL",
"ARS",
"UYU"
],
"type": "string"
},
"max_price": {
"type": "number"
},
"min_price": {
"type": "number"
},
"listing_type": {
"enum": [
"sale",
"rent"
],
"type": "string"
},
"neighborhood": {
"type": "string"
},
"property_type": {
"enum": [
"apartment",
"house",
"land",
"commercial"
],
"type": "string"
},
"alert_frequency": {
"enum": [
"instant",
"daily",
"weekly"
],
"type": "string",
"description": "How often to be alerted about new matches (default daily)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries