FEMA Disaster Declarations
fema.disaster.declarationsRetrieve US federal disaster declarations from 1953 to present. Filter by state, incident type (Fire, Flood, Hurricane, etc.), and year to access disaster number, title, dates, and programs (IA, PA, HM). Source: OpenFEMA.
Instructions
Search US federal disaster declarations from 1953 to present. Filter by state, incident type (Fire, Flood, Hurricane, Tornado, Earthquake), and year. Returns disaster number, title, dates, designated programs (IA, PA, HM). Source: OpenFEMA (US Gov open data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | US state code (e.g. CA, TX, FL). Omit for all states. | |
| incident_type | No | Disaster type to filter (e.g. Fire, Flood, Hurricane) | |
| year | No | Filter by declaration year (1953-2026) | |
| 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. |