Find governments by ZIP code
find_governments_by_zipResolve a ZIP code to nearby tracked governments.
Convenience wrapper: geocodes the ZIP, then finds the governments OpenPublica
tracks nearest that point. Returns their `account_id`s plus the resolved
location. An empty `governments` list means none are tracked near that ZIP yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max governments to return (1-50). | |
| postal_code | Yes | A US ZIP code, e.g. '95814'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||