search_claims
Search NFIP flood claims by state, flood event, year, or minimum building payment. Retrieve matching claims and counts from FEMA data.
Instructions
Search NFIP flood claims with optional filters. All filters are combined with AND; omit any filter you don't need.
Args: state: Two-letter US state code, e.g. 'FL', 'NJ'. flood_event: Substring match against the named flood event, e.g. 'Katrina' matches 'Hurricane Katrina'. min_building_payment: Only return claims where the net building payment was at least this amount. year: Year the loss occurred. limit: Max number of results to return (default 10).
Returns: A dict with the matching claims and how many were found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No | ||
| state | No | ||
| flood_event | No | ||
| min_building_payment | No |