Skip to main content
Glama
ab-orbit

ab-ibge-mcp-server

by ab-orbit

Consultar População — Censo 2022

ibge_populacao_censo2022
Read-onlyIdempotent

Retrieve resident population totals from Brazil's 2022 Demographic Census by country, region, state, or municipality.

Instructions

Consulta dados de população do Censo Demográfico 2022. Args:

  • nivel: "BR"=Brasil, "REGIOES"=por região, "ESTADOS"=por estado, "municipio"=município específico (requer municipio_id), "estado_municipios"=municípios de um estado (requer estado_id)

  • municipio_id (opcional): código IBGE de 7 dígitos

  • estado_id (opcional): código IBGE de 2 dígitos Retorna: população residente total pelo Censo 2022.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nivelYesNível territorial da consulta
estado_idNoCódigo IBGE do estado (2 dígitos)
municipio_idNoCódigo IBGE do município (7 dígitos)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the return value ('Retorna: população residente total pelo Censo 2022'), but does not disclose potential error behavior, rate limits, or other behavioral nuances. This is a modest addition beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with a clear one-line purpose statement, a compact Args list, and a return value line. Every sentence and detail earns its place, with no redundant or extraneous text. It is appropriately sized for the tool's simplicity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 params, 1 required, no output schema), the description is nearly complete. It explains all parameter options and the expected return value. It could be improved by mentioning error handling or behavior for invalid codes, but for a straightforward read-only query the coverage is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all parameters (100% coverage), but the description goes further by explaining the semantic distinctions between 'nivel' values (e.g., 'BR'=Brasil, 'ESTADOS'=por estado) and specifying cross-parameter dependencies ('municipio' requer municipio_id). This adds meaningful value over the bare schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Consulta dados de população do Censo Demográfico 2022' (queries population data from the 2022 Demographic Census). It uses a specific verb ('Consulta') and resource ('população do Censo Demográfico 2022'), and distinguishes itself from sibling tools by specifying the 2022 Census as the data source.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on how to use the 'nivel' parameter, including when specific IDs are required (e.g., 'municipio' requires municipio_id, 'estado_municipios' requires estado_id). However, it does not mention when to prefer this tool over alternatives like ibge_populacao_estados or ibge_estimativas_populacionais, nor does it give any exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ab-orbit/ab-ibge-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server