ibge_noticias
Search and filter published IBGE news articles and press releases by term, date, type, or featured status. Returns titles, summaries, and links to full articles.
Instructions
Searches and lists already-published IBGE news articles and press releases.
Use this to find recent IBGE publications or announcements about a survey or topic — when an indicator was released, or news mentioning a term like "censo". Results are sorted newest-first; with no parameters it returns the 10 most recent items.
Parameters:
busca: free-text term to match (e.g. "PIB", "censo")
tipo: "release" (official publication of survey results) or "noticia" (general news); omit for both
de / ate: date range, format DD/MM/AAAA (e.g. de="01/01/2024", ate="31/12/2024")
destaque: true to return only featured items
quantidade: how many to return (default 10, max 100); pagina: page number to page through more
Each item returns: title, type (release/news), publication date, editoria (section), related products/surveys, a featured flag, a plain-text summary, and a link to the full article. The header reports the total count and current page.
Examples:
Latest 10 news: (no parameters)
Search census: busca="censo"
2024 news: de="01/01/2024", ate="31/12/2024"
Releases only: tipo="release"
Use a different tool when:
Scheduled/upcoming release dates (not yet published) → ibge_calendario
Behavior: read-only and idempotent — a live GET against the public IBGE Notícias API. Returns a Markdown list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| busca | No | Termo para buscar nas notícias | |
| quantidade | No | Quantidade de notícias a retornar (padrão: 10, máximo: 100) | |
| pagina | No | Número da página para paginação | |
| de | No | Data inicial no formato DD/MM/AAAA (ex: 01/01/2024) | |
| ate | No | Data final no formato DD/MM/AAAA (ex: 31/12/2024) | |
| tipo | No | Tipo de publicação: 'release' ou 'noticia' | |
| destaque | No | Filtrar apenas notícias em destaque |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noticias | Yes | Lista de notícias retornadas | |
| total | Yes | Total de notícias encontradas na consulta | |
| pagina | Yes | Página atual | |
| totalPaginas | Yes | Número total de páginas | |
| busca | No | Termo de busca aplicado, se houver |