You're viewing a demo portfolio

Join the waitlist
PRSM

save_search

Active

Tool of Tu Lugar

declared in 1.8.1

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Tu Lugar

https://github.com/JanKratochvil1/tulugar-mcp-server

1/7 registries
View full server →
save_search — Tu Lugar — PRSM MCP