property_value_history
ActiveTool of io.github.blackboxfoundry/livedatalink
Get property value history and tax assessment trends over multiple years. Shows year-by-year market value, land value, improvement value, and percentage change. Use this for questions like "how has this property's value changed?", "what's the appreciation rate?", "show me the tax assessment history", "has this home gone up in value?", or any property valuation trend question. Requires account number (use property_lookup first to find it).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"account_number"
],
"properties": {
"county": {
"type": "string",
"default": "montgomery",
"description": "County name (default: montgomery)"
},
"account_number": {
"type": "string",
"minLength": 1,
"description": "County appraisal district account number"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries