disaster_declarations
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Recent FEMA disaster declarations filtered by state, county, incident type, or date range. Returns disaster number, title, dates, and incident category.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max rows to return (1-1000, default 50)."
},
"state": {
"type": "string",
"description": "Two-letter state code, e.g. 'TX'."
},
"county": {
"type": "string",
"description": "Designated area / county name as FEMA records it."
},
"end_date": {
"type": "string",
"description": "ISO date upper bound on declarationDate."
},
"start_date": {
"type": "string",
"description": "ISO date lower bound on declarationDate."
},
"incident_type": {
"type": "string",
"description": "Incident type filter, e.g. 'Hurricane', 'Flood', 'Severe Storm', 'Wildfire'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries