census_geography_lookup
Look up Census FIPS codes by name. Supports state name or 2-letter code, ZIP code (5 digits), and (for state) substring matching. Use this to find the FIPS codes needed by other census_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Optional filter: state, county, zcta, place. | |
| limit | No | Max matches (default 10). | |
| query | Yes | Free-text: state name ('Texas'), state code ('TX'), or 5-digit ZIP ('77301'). |