getCEPByAddress
Find Brazilian postal codes (CEPs) by providing state, city, and street name. Returns all matching CEPs for the specified address.
Instructions
Fetches a list of CEPs based on a Brazilian address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uf | Yes | The two-letter state code (e.g., SP). | |
| cidade | Yes | The city name. | |
| logradouro | Yes | The street name. |