Brazilian Municipalities
gov.ibge.municipalitiesRetrieve a list of Brazilian municipalities with their IBGE codes. Filter by 2-letter state code (e.g., SP) for municipalities in a specific state, or omit to get all 5,570. Use limit parameter for pagination.
Instructions
List all 5,570 Brazilian municipalities (or filtered by 2-letter state code) with IBGE codes. IBGE CC BY 4.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uf | No | Optional 2-letter Brazilian state code (e.g. "SP" for São Paulo, "RJ" for Rio de Janeiro). If omitted, returns all 5,570 municipalities. | |
| limit | No | Max municipalities to return (default 200, max 2000 — useful for pagination). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |