Skip to main content
Glama
paulvercoustre

UNDP Open Data MCP Server

List SDG targets

undp_list_sdg_targets

List SDG targets with UNDP funding figures. Filter by SDG code, target ID, or year, and optionally include top donors.

Instructions

List SDG target-level data (the 1.1, 1.2 … sub-goals) with associated UNDP funding. Filter by SDG code, target id and year.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sdgNoSDG code 1-17.
yearNoFour-digit year.
limitNo
offsetNo
targetNoSpecific target id, e.g. '1.1'.
include_top_donorsNoInclude the top donors funding each target.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing basic behavior. It communicates that this is a read-style list operation and that results carry UNDP funding data, but it does not mention pagination behavior, limits, output shape, or any side effects beyond 'list'.

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 compact sentences with no filler. The core resource and granularity is front-loaded, and the filter options are stated directly in the second sentence.

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

Completeness3/5

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

Adequate for a simple list tool, but gaps remain: no output schema, no annotations, and no mention of limit, offset, or include_top_donors behavior. An agent could still call it correctly with the filter parameters, but pagination and optionality are left under-specified.

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 description coverage is 67%, with limit and offset undocumented. The description reinforces the meaning of the target parameter by showing sub-goal examples and adds the funding context, but it does not compensate for the undocumented pagination parameters or explain how filters combine.

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?

States a specific action ('List') and resource ('SDG target-level data') and clarifies granularity with the parenthetical sub-goal examples ('1.1, 1.2 …'). It also names the associated data ('UNDP funding'), which distinguishes it from the sibling undp_list_sdgs tool.

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

Usage Guidelines3/5

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

The description makes clear it is used for listing target-level SDG data and filtering by SDG code, target id and year. However, it does not explicitly say when to choose this over alternative sibling tools or provide exclusions, leaving usage guidance mostly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.