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

# geo_crosswalk

Return official crosswalk targets for one canonical geography.

| Field | Value |
| --- | --- |
| Category | Geography (`geo`) |
| Exposure | public |
| MCP tool | `geo_crosswalk` |
| Documentation | https://www.agentdatasets.com/docs/tools/geo_crosswalk |

## Description

Return official crosswalk targets for one canonical geography.

Each row includes the target entity, relation, exact decimal weight
where published, crosswalk source/vintage, and `as_of`. Results are in
stable target/relation/vintage order with cursor pagination; default 50,
maximum 200. Pass `pagination.next_cursor` back until `has_more` is
false. No official relationship is a successful empty page.
Errors are `unknown_entity` for a bad ID and `bad_parameter` for a bad
limit or cursor.

Example: `geo_crosswalk(geography_id="county_48201",
target_level="cbsa")`.

## Parameters

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

| Parameter | In | Type | Required | Default | Constraints | Description |
| --- | --- | --- | --- | --- | --- | --- |
| geography_id | input | `string` | yes | — | — | Exact stable geography_id returned by geo_resolve. |
| target_level | input | `"nation" \| "state" \| "county" \| "cbsa" \| "zip3" \| "zcta" \| "au_state" \| "au_gccsa" \| "au_sa4" \| "au_sa3" \| "au_lga"` | yes | — | — | Official target level, such as cbsa for a county or county for a ZCTA. |
| limit | input | `integer` | no | 50 | min 1, max 200 | Official relationships per page (1–200). |
| cursor | input | `string \| null` | no | null | — | Opaque cursor from pagination.next_cursor. Keep geography_id and target_level constant while paging; omit for the first page. |

## Provenance

- `abs_asgs` — Australian Bureau of Statistics, Australian Statistical Geography Standard (ASGS) Edition 4: 2026 SA3-and-higher hierarchy, with Edition 3 2025 Local Government Areas (Creative Commons Attribution 4.0 International (cc-by-4.0)). See https://www.agentdatasets.com/docs/attribution.md
- `census_geo` — U.S. Census Bureau, State and county geography reference codes (2020 vintage) (U.S. Government work, public domain (us-gov-public-domain); standard Census non-endorsement caveat applies). See https://www.agentdatasets.com/docs/attribution.md
- `census_rel2020` — U.S. Census Bureau, ZCTA-to-county relationship file (2020 vintage) (U.S. Government work, public domain (us-gov-public-domain); standard Census non-endorsement caveat applies). See https://www.agentdatasets.com/docs/attribution.md
- `omb_delineation_2023` — Office of Management and Budget (delineation lists distributed via the U.S. Census Bureau), Core-based statistical area (CBSA) delineation lists (2023 vintage) (U.S. Government work, public domain (us-gov-public-domain); standard Census non-endorsement caveat applies). See https://www.agentdatasets.com/docs/attribution.md

Dataset registry: `geo_au_asgs`, `geo_us_reference`.
