disaster_history_summary
ActiveTool of io.github.blackboxfoundry/livedatalink
Multi-year FEMA disaster summary for a location. Buckets declarations by incident type and year so insurance brokers and realtors can assess cumulative risk on the same address used in property_lookup.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"state"
],
"properties": {
"state": {
"type": "string",
"description": "Two-letter state code."
},
"years": {
"type": "number",
"description": "Lookback window in years (default 10)."
},
"county": {
"type": "string",
"description": "County name."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries