Skip to main content
Glama
jpazvd

unicefstats-mcp

by jpazvd

Get UNICEF Indicator Metadata

get_indicator_info
Read-onlyIdempotent

Retrieve complete metadata for a UNICEF indicator, including description, category, and available disaggregation filters for sex, age, wealth, and residence.

Instructions

Get full metadata for a UNICEF indicator.

Returns description, category, dataflow, and SDMX API details. Use this before calling get_data() to understand what the indicator measures and which disaggregation filters (sex, age, wealth_quintile, residence) apply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesExact UNICEF SDMX indicator code (e.g. 'CME_MRY0T4' for under-5 mortality, 'NT_ANT_HAZ_NE2' for stunting). Case-sensitive. Use search_indicators if you don't already know the code.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. Description adds context about the tool being a metadata lookup with no side effects, naming the returned fields and their use in filtering. This adds moderate value 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?

Three sentences: first states broad purpose, second lists return content, third gives usage context. Front-loaded and every sentence is informative with no redundancy.

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 single-parameter tool with an output schema and clear annotations, the description fully covers what the tool does, how to use it, and its relationship to siblings. No gaps remain.

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?

Input schema coverage is 100% with a detailed description for the 'code' parameter including examples and hints. The tool description does not add additional parameter semantics beyond what the schema provides, so baseline 3 is appropriate.

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 retrieves full metadata for a UNICEF indicator, listing specific fields (description, category, dataflow, SDMX API details). It distinguishes from sibling tools like search_indicators and get_data by explaining when to use each.

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?

Explicitly advises using this before get_data() to understand indicator and disaggregation filters. Also implies using search_indicators if code is unknown, providing clear when-to and when-not-to guidance.

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/jpazvd/unicefstats-mcp'

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