property_search_area
ActiveTool of io.github.blackboxfoundry/livedatalink
Search for real estate properties in a geographic area. Filter by zip code, subdivision, neighborhood, or street name. Use this for questions like "what homes are in this zip code?", "show me properties in this neighborhood", "find houses on Main Street", "what's the average home value in this area?", or any area-based property search. Returns a list of properties with addresses, owners, values, and property types.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"zip": {
"type": "string",
"description": "5-digit ZIP code to search within"
},
"county": {
"type": "string",
"default": "montgomery",
"description": "County name (default: montgomery)"
},
"street": {
"type": "string",
"description": "Street name to search (e.g., 'Main St')"
},
"subdivision": {
"type": "string",
"description": "Subdivision or neighborhood name"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries