Skip to main content
Glama

Inspect POF Dictionary Manifest

ibge_microdata_pof_manifest
Read-onlyIdempotent

Parse a POF Excel variable dictionary to identify record sheets, mapped data entries, record lengths, and variable layouts for selecting variables in IBGE microdata analysis.

Instructions

Parse the POF Excel variable dictionary and return record sheets, mapped TXT data entries, record lengths, and variable layouts.

Use this after downloading/extracting the POF documentation ZIP to understand which POF record to convert and which variables to select.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoOptional case-insensitive search over POF variable names and descriptions.
dataZipPathNoOptional local path to a POF Dados ZIP. If provided, dictionary records are matched against real ZIP entries.
variableLimitNoMaximum variables to return per record. Defaults to 50 and is capped at 1000.
dictionaryPathYesLocal path to the POF Excel dictionary workbook, usually Dicionários de váriaveis.xls.
Behavior4/5

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

Annotations (readOnlyHint=true, idempotentHint=true, destructiveHint=false) already declare safe behavior. The description adds context about what the tool does with the dictionary file (parse and return structured data), complementing annotations without contradicting them. No extra behavioral details beyond what annotations cover, but the description is appropriate.

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?

Two sentences: first defines what the tool does, second provides usage context. No unnecessary words or repetition. Ideal conciseness for a tool with clear purpose and well-documented schema.

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 no output schema, the description adequately lists what is returned (record sheets, mapped data entries, record lengths, variable layouts). For a manifest inspection tool, this is sufficient. Could mention that it also handles search or dataZipPath, but those are already in the schema. Overall complete.

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

Parameters3/5

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

Schema coverage is 100%, with all parameters having clear descriptions (e.g., 'search' as optional case-insensitive search). The description does not add new meaning beyond the schema; it focuses on overall purpose. Baseline 3 is appropriate since the schema already documents parameters well.

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 uses a specific verb 'Parse' and resource 'POF Excel variable dictionary', and lists what it returns (record sheets, mapped TXT data entries, record lengths, variable layouts). The title 'Inspect POF Dictionary Manifest' reinforces the purpose. It clearly distinguishes from sibling tools, none of which mention POF dictionary or manifest.

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 second sentence explicitly says to use this tool 'after downloading/extracting the POF documentation ZIP' and to 'understand which POF record to convert and which variables to select'. This provides clear context and implies alternatives (other tools for conversion). Could be improved with explicit when-not-to-use, but the guidance is clear.

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/emmanueltsallis/ibge-microdata-mcp'

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