Skip to main content
Glama
jpazvd

unicefstats-mcp

by jpazvd

List UNICEF Country Codes

list_countries
Read-onlyIdempotent

List countries and territories from the UNICEF database with ISO3 codes, optionally filtered by region name.

Instructions

List countries available in the UNICEF database with ISO3 codes.

Optionally filter by region name (case-insensitive partial match). Use the iso3 values in get_data().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of countries to return per page.
offsetNoPagination offset — skip this many countries before returning. Use with `limit` to page through. UNICEF's country list has ~450 entries (member states + dependent territories + regional aggregates), so the default limit returns everything in one page.
regionNoOptional region filter applied as a case-insensitive substring match against each country's name (e.g. 'asia' matches 'South Asia'). Not a UNICEF region code lookup. When omitted, returns all 200+ countries.

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=true, idempotentHint=true, destructiveHint=false. Description adds the optional filter behavior and hints at pagination through schema. No contradictions.

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, no fluff. The core purpose and key usage hint are front-loaded. Every sentence earns its place.

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 the output schema exists and annotations cover safety, the description adequately explains the tool's role. Mentions ISO3 codes and linkage to get_data(). Could optionally reference pagination limits, but schema handles that.

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 detailed descriptions for all three parameters. The description's mention of 'case-insensitive partial match' for region is already in the schema, so minimal added value beyond what the schema provides.

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?

Clearly states the verb 'List', the resource 'countries', and the outcome 'with ISO3 codes'. Differentiates from siblings like get_data and search_indicators by being a straightforward enumeration tool.

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?

Explicitly tells when to use ('List countries...') and how to connect output to another tool ('Use the iso3 values in get_data()'). Does not explicitly state when not to use, but context is strong.

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