get_city
Retrieve a Brazilian municipality's details by its 7-digit IBGE territory ID, including name, state, gazette availability date, and official publication URLs.
Instructions
Retrieve one Brazilian municipality by its 7-digit IBGE territory ID.
Use this when the exact territory_id is already known (from `search_cities`, or
supplied directly) and you need that city's details: name, state, Querido Diário
availability date, and known official publication URLs. If you only have a city
name, call `search_cities` instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| territory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| state_code | Yes | ||
| territory_id | Yes | ||
| territory_name | Yes | ||
| publication_urls | No | ||
| availability_date | No |