property_lookup
ActiveTool of io.github.blackboxfoundry/livedatalink
Look up real estate property data by street address or account number. Returns property owner name, assessed value, market value, land value, improvement value, year built, square footage, lot size, acreage, exemptions (homestead, over 65, disabled veteran), and legal description. Use this for questions like "who owns this house?", "how much is this property worth?", "what's the tax value of this address?", "what are the property details?", or any real estate lookup. Coverage note: currently demo dataset for Montgomery County, TX (sample properties only). Full live coverage of all Texas counties via ATTOM/Estated is available as a paid upgrade. Email support@livedatalink.ai to enable real CAD data on your account.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "Street address or appraisal district account number"
},
"county": {
"type": "string",
"default": "montgomery",
"description": "County name (default: montgomery)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries