You're viewing a demo portfolio

Join the waitlist
PRSM

redfin__search_properties

Active

Tool of com.thenextgennexus/enterprise-mcp-gateway

declared in 1.0.47

[Redfin Real Estate] Search Redfin for property listings by location and filters. Returns prices, addresses, beds, baths, sqft. Args: location: City, ZIP, or neighborhood (e.g. 'Seattle, WA', '90210') min_price: Minimum listing price in USD (0 for no minimum) max_price: Maximum listing price in USD (0 for no maximum) property_type: Filter by type: 'house', 'condo', 'townhouse', or '' for all

Parameters schema

{
  "type": "object",
  "required": [
    "location"
  ],
  "properties": {
    "location": {
      "type": "string"
    },
    "max_price": {
      "type": "integer",
      "default": 0
    },
    "min_price": {
      "type": "integer",
      "default": 0
    },
    "property_type": {
      "type": "string",
      "default": ""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.thenextgennexus/enterprise-mcp-gateway

1/7 registries
View full server →