Skip to main content
Glama
ab-orbit

ab-ibge-mcp-server

by ab-orbit

Ranking de Nomes Mais Populares

ibge_nomes_ranking
Read-onlyIdempotent

Retrieves ranked lists of popular Brazilian names, filterable by location, gender, and decade. Get name frequency and position to answer questions about common names.

Instructions

Retorna os nomes mais populares do Brasil ou de uma localidade específica. Args:

  • localidade (opcional): Código IBGE de estado/município ou "BR" para Brasil (padrão: BR)

  • sexo (opcional): "M" para masculino, "F" para feminino, null para ambos

  • decada (opcional): Década específica (ex: 1990, 2000, 2010)

Retorna ranking com nome, frequência e posição. Exemplo: "Quais os nomes mais comuns no Brasil?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexoNoM=masculino, F=feminino
decadaNoDécada (1930, 1940, ..., 2010)
localidadeNoCódigo IBGE ou BR
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds useful behavioral context: the default localidade is 'BR', returns ranking with name, frequency, and position, and clarifies that sexo can be null for both. No contradictions with 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 concise and well-structured: a one-sentence purpose, a bulleted list of parameters with defaults, a note on the return format, and a practical example. No redundant or wasted words.

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?

For a tool with three optional parameters and no output schema, the description is quite complete: it covers purpose, parameters, defaults, return shape, and an example. It could be improved by noting what happens with an invalid IBGE code or clarifying that ranking is across all names, but these are minor gaps.

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?

Schema description coverage is 100%, so baseline is 3. The description adds extra meaning beyond the schema: it explains 'BR' as the default for localidade, clarifies that sexo null means both genders, and provides concrete decade examples (1990, 2000, 2010) that reinforce the schema's range.

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 returns the most popular names in Brazil or a specific location, with a specific verb ('Retorna') and resource ('nomes mais populares'). It distinguishes from the sibling 'ibge_nomes_frequencia' by focusing on ranking rather than individual name frequency, and even specifies the output includes position.

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

Usage Guidelines4/5

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

The description provides clear context through an example ('Quais os nomes mais comuns no Brasil?') and explains the optional parameters and defaults. However, it does not explicitly contrast with alternatives like 'ibge_nomes_frequencia' or state when not to use this tool, so it lacks explicit exclusions.

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