Skip to main content
Glama
jpazvd

unicefstats-mcp

by jpazvd

Get unicefdata API Reference (Python / R / Stata)

get_api_reference
Read-onlyIdempotent

Retrieve the unicefdata package API reference for Python, R, or Stata. Get function signatures, parameters, and usage examples to write reproducible scripts from conversational exploration.

Instructions

Get the unicefdata package API reference for Python, R, or Stata.

Returns function signatures, parameter descriptions, and usage examples. Use this when you need to write code that uses the unicefdata package, or when the user wants to move from conversational exploration to reproducible scripts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
functionNoOptional function name to filter the reference to a single entry (e.g. 'unicefData', 'list_indicators'). If omitted, returns the full reference.
languageNoTarget language for the unicefdata code template. One of 'python', 'r', or 'stata' (case-insensitive — the server normalises before lookup). Returns the language-specific API surface for users who want to reproduce the MCP's data fetches in their own scripts.python

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, and destructiveHint=false, so the tool is known to be safe and idempotent. The description adds value by detailing the output content (function signatures, parameter descriptions, usage examples), which is beyond the 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 three concise sentences: first states purpose, second lists content, third gives usage guidance. No wasteful text, well-structured.

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?

Given the presence of an output schema (not shown but confirmed), the description does not need to explain return values. It covers purpose, content, and usage completely for a tool with two optional parameters.

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%, so the input schema already documents both parameters with descriptions. The tool description does not add additional meaning for the parameters beyond what is in the schema. 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 specifies 'Get the unicefdata package API reference for Python, R, or Stata' with clear verb and resource. It distinguishes from siblings like get_data or search_indicators by focusing on code reference rather than data retrieval or search.

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 description provides explicit usage guidance: 'Use this when you need to write code that uses the unicefdata package, or when the user wants to move from conversational exploration to reproducible scripts.' It implies when to use but does not explicitly mention when not to use or list alternatives, which prevents a 5.

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