realestate_search
ActiveTool of io.github.blackboxfoundry/livedatalink
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries