You're viewing a demo portfolio

Join the waitlist
PRSM

search_projects

Active

Tool of Tu Lugar

declared in 1.8.1

Search development projects/buildings BY NAME (or city, or DEVELOPER). Use `q` with the project or building name — e.g. q="Petra Tower" — punctuation/accents ignored, and a name lookup also finds completed/sold-out buildings. This is how you answer "apartments in <building/tower name>" and "is there a project called X". For "projects by <developer>" use `company` with the developer's name (NOT `q` — project names rarely contain the developer).

Parameters schema

{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Project/building name (partial ok; punctuation/accents ignored)"
    },
    "city": {
      "type": "string"
    },
    "sort": {
      "enum": [
        "recommended",
        "newest",
        "price_asc",
        "price_desc",
        "units"
      ],
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "status": {
      "enum": [
        "pre_sale",
        "construction",
        "completed"
      ],
      "type": "string"
    },
    "company": {
      "type": "string",
      "description": "Developer/company name to list that developer's projects, e.g. \"Pro Invest\""
    },
    "verified": {
      "type": "boolean"
    },
    "max_price": {
      "type": "number"
    },
    "min_price": {
      "type": "number"
    }
  }
}

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 →