You're viewing a demo portfolio

Join the waitlist
PRSM

realestate_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Find real-estate markets (metro areas or states) by name and get each one's latest typical home value (Zillow Home Value Index). Use this to discover the region name/id before calling realestate_home_values, realestate_rents, or realestate_trend.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Optional filter: 'metro' or 'state'."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default 10, max 50)."
    },
    "query": {
      "type": "string",
      "description": "Name fragment, e.g. 'Austin', 'Bay Area', 'Texas'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
realestate_search — io.github.blackboxfoundry/livedatalink — PRSM MCP