Skip to main content
Glama
malkreide

global-education-mcp

by malkreide

uis_list_countries

Read-onlyIdempotent

Retrieve ISO 3166-1 Alpha-3 codes for countries and regions in the UNESCO UIS database. Filter results by name or entity type to find specific data query parameters.

Instructions

Listet verfügbare Länder und Regionen in der UNESCO UIS-Datenbank auf.

Gibt ISO 3166-1 Alpha-3 Codes zurück, die für Datenabfragen benötigt werden. Beispiele: CHE (Schweiz), DEU (Deutschland), AUT (Österreich), FRA (Frankreich).

Neben Einzelländern sind auch regionale Aggregate verfügbar: Weltregionen, Einkommensgruppen (World Bank), SDG-Regionen.

Args: params: search (optional Textfilter), entity_type (optional)

Returns: Markdown-Liste mit ISO-Codes und Ländernamen

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint. The description adds that it returns ISO codes and provides examples, plus the Args/Returns section. No contradictions, and it adds useful context 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?

The description is concise, front-loads the main purpose, includes examples, and is well-structured with paragraphs and an Args/Returns block. No unnecessary 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?

Given the presence of an output schema and low tool complexity, the description provides sufficient context: purpose, return format, examples, and types of regions. It is complete for agent usage.

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?

The schema already contains descriptions for both parameters (search and entity_type). The description briefly repeats them in the Args section but does not add significant new meaning. Schema description coverage is 0% according to signal, but actual schema descriptions exist, so the description adds minimal value.

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's purpose: listing available countries and regions from UNESCO UIS database, returning ISO codes. It distinguishes from sibling tools like uis_compare_countries and uis_get_education_data by focusing on the list of regions.

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 explains that the tool is used to obtain ISO codes for data queries and lists various region types. It does not explicitly state when not to use, but the context is clear and sufficient.

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/malkreide/global-education-mcp'

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