Skip to main content
Glama

Extract ZIP Entry

ibge_microdata_extract_zip_entry
Read-onlyIdempotent

Extract a specific file from a downloaded IBGE ZIP archive, such as a PNAD fixed-width TXT file or official input layout, directly to a local path without unpacking the entire archive.

Instructions

Extract one selected file from a local IBGE ZIP archive to a local path.

Use this to pull the PNAD fixed-width TXT file or the official input layout out of a downloaded ZIP without unpacking everything manually.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipPathYesLocal path to a ZIP archive downloaded from IBGE.
entryNameYesExact ZIP entry name to extract.
outputPathYesLocal destination path for the extracted entry.
Behavior3/5

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

Annotations already declare readOnly, idempotent, nondestructive. Description adds that it extracts to a local path, which is consistent but does not disclose potential overwrite behavior or error handling.

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, front-loaded with verb and resource, no fluff.

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?

Adequate for a simple extraction tool with good annotations; does not describe return value or error conditions, but these are less critical given openWorldHint.

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 has 100% coverage with descriptions; tool description only adds example entry names (PNAD TXT, input layout) but no new parameter semantics beyond schema.

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?

Description clearly states the verb 'extract' and resource 'local IBGE ZIP archive', and distinguishes from siblings like list_entries and batch conversion tools.

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?

Second sentence provides explicit use case (PNAD fixed-width TXT file or input layout) and contrasts with manual unpacking, though it does not explicitly list alternative tools.

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