<!-- Agent Datasets docs · hazards_list_hazard_components · canonical: https://www.agentdatasets.com/docs/tools/hazards_list_hazard_components · rendered from https://www.agentdatasets.com -->

# hazards_list_hazard_components

List one geography's FEMA NRI per-hazard risk and EAL breakdown.

| Field | Value |
| --- | --- |
| Category | Hazards (`hazards`) |
| Exposure | public |
| MCP tool | `hazards_list_hazard_components` |
| Documentation | https://www.agentdatasets.com/docs/tools/hazards_list_hazard_components |

## Description

List one geography's FEMA NRI per-hazard risk and EAL breakdown.

Components sort by stable FEMA hazard code. Each row has the display
name, risk score/rating/value, and annual expected-loss total/score/rating.
Results are bounded and cursor-paged; pass `pagination.next_cursor` back
with unchanged geography and hazard_type. Units, annual period, release
vintage, `as_of`, and `source: fema-nri` are explicit in the envelope.

## Parameters

Input schema advertised to MCP clients and mirrored by the REST query string.

| Parameter | In | Type | Required | Default | Constraints | Description |
| --- | --- | --- | --- | --- | --- | --- |
| geography | input | `string` | yes | — | — | A county/tract name, 5- or 11-digit Census FIPS, or county_/tract_ geo_key; names resolve through the shared geography layer. |
| hazard_type | input | `string \| null` | no | null | — | Optional FEMA hazard code or display name, such as 'wfir' or 'wildfire'. Omit to page through all 18 components. |
| limit | input | `integer` | no | 10 | min 1, max 18 | Components to return (1–18). |
| cursor | input | `string \| null` | no | null | — | Opaque cursor from the previous pagination.next_cursor. |

## Provenance

- `fema-nri` — Federal Emergency Management Agency, National Risk Index county and census-tract profiles with composite risk, expected annual loss, social vulnerability, community resilience, and 18 hazard-specific scores and ratings (U.S. Government work, public domain (17 U.S.C. § 105)). See https://www.agentdatasets.com/docs/attribution.md

Dataset registry: `hazards_nri_profiles`.
