FEMA Housing Assistance
fema.disaster.assistanceQuery FEMA disaster housing assistance data by state and disaster number to obtain registration counts, damage estimates, and approved funding per county for recovery analysis.
Instructions
Query federal disaster housing assistance data by state and disaster number. Returns registration counts, average damage, total inspected, approved amounts by county. Useful for disaster recovery analysis and aid distribution research. Source: OpenFEMA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | US state code (e.g. TX, FL, CA) | |
| disaster_number | No | FEMA disaster number to filter (e.g. 4673) | |
| limit | No | Number of results (1-50, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |