property_search_owner
ActiveTool of io.github.blackboxfoundry/livedatalink
Search for real estate properties by owner name. Find all properties owned by a person, family, trust, LLC, or company. Supports partial name matching. Use this for questions like "what properties does John Smith own?", "find all land owned by this company", "who owns property in this area?", or any property ownership search. Returns addresses, values, property types, and account numbers for all matching properties.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"owner_name"
],
"properties": {
"county": {
"type": "string",
"default": "montgomery",
"description": "County name (default: montgomery)"
},
"owner_name": {
"type": "string",
"minLength": 1,
"description": "Full or partial owner name to search for"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries