list_counties
Retrieve a list of counties for a given US state along with their 10-digit FIPS IDs, enabling lookup of Fair Market Rents or income limits by county name.
Instructions
List the counties in a state with their 10-digit FIPS entity ids, so you can look up FMR or income limits by county name. Pass a 2-letter state code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | 2-letter state code (e.g. 'NY') |