Skip to main content
Glama

enaho_listar_encuestas

Read-onlyIdempotent

Lists INEI surveys supported by the server beyond ENAHO, including those without merge profiles. Helps identify available datasets for analysis.

Instructions

Que encuestas del INEI sabe manejar este servidor, ademas de la ENAHO.

Consultala cuando el usuario pregunte por algo que la ENAHO no mide: salud materno-infantil, anemia y desnutricion (ENDES), seguridad ciudadana y acceso a servicios (ENAPRES), uso del tiempo (ENUT), violencia (ENARES), produccion agropecuaria (ENA) o empleo trimestral (EPEN).

Cada encuesta tiene sus propias llaves de union y su propio factor de expansion, declarados en su perfil. Las que salen con verificado=false funcionan, pero con llaves inferidas que conviene confirmar con enaho_perfil antes de publicar resultados. La respuesta incluye tambien las encuestas del catalogo que NO tienen perfil: se pueden descargar, pero el servidor no sabe como se unen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description reveals that each survey has its own join keys and expansion factor, that verificado=false surveys have inferred keys requiring confirmation, and that catalog surveys without a profile can be downloaded but cannot be joined. These are meaningful behavioral details not present in 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 well-structured: the first sentence states purpose, the second gives usage guidance, and the remaining sentences add important caveats about verification and profiles. Each sentence contributes distinct, non-redundant information.

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

Completeness5/5

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

For a zero-parameter list tool with an output schema and annotations, the description covers purpose, when to use, output characteristics (verificado flag, profiles), and limitations. It provides sufficient context for an agent to correctly select and invoke the tool.

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 tool has zero parameters, so the baseline of 4 is appropriate. The description adds no parameter-specific semantics, but none are needed since there are none.

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 immediately states that the tool lists which INEI surveys the server can handle besides ENAHO, with a clear verb and resource. It further distinguishes itself by listing specific survey topics (ENDES, ENAPRE, ENUT, etc.), making it unique from siblings like enaho_listar_modulos and enaho_listar_datasets.

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

Usage Guidelines5/5

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

It explicitly instructs to consult this tool when the user asks about topics ENAHO doesn't measure, providing concrete examples. It also recommends a follow-up action (confirm with enaho_perfil) for surveys with inferred keys, clarifying when additional verification is needed.

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/AnderMC66/enaho-mcp'

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