Skip to main content
Glama

Global Economic Data

Server Details

Global economic data from World Bank and OECD

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 3 of 3 tools scored. Lowest: 2.9/5.

Server CoherenceA
Disambiguation4/5

Tools are differentiated by data source (IMF, OECD, World Bank), but they overlap on indicators like GDP and inflation, which could confuse an agent. Descriptions help clarify the source but not sufficiently to avoid misselection for common metrics.

Naming Consistency5/5

All three tools follow a consistent get_<source>_data pattern, making it easy to predict tool purposes from names. The naming is uniform and clear.

Tool Count4/5

With only 3 tools, the server is lean but covers three major international data sources. The count feels slightly low given the breadth of 'global economic data,' but it is still reasonable for a focused server.

Completeness3/5

The tools cover key macroeconomic indicators (GDP, inflation, unemployment) from major sources, but missing indicators like employment, trade balances (except current account), or sector-specific data. There are notable gaps for a comprehensive economic data server.

Available Tools

3 tools
get_global_gdpAInspect

Get global GDP and macroeconomic indicators from the IMF World Economic Outlook. Supports GDP growth, inflation, government debt, current account, and GDP per capita for major economies.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoYear for data (default: current year)2026
countriesNoComma-separated ISO-3 country codes (default: USA,CHN,DEU,GBR,JPN,FRA,IND,BRA)USA,CHN,DEU,GBR,JPN,FRA,IND,BRA
indicatorNoIMF indicator code: NGDP_RPCH (GDP growth), PCPIPCH (inflation), GGXWDG_NGDP (gov debt), BCA_NGDPD (current account), NGDPDPC (GDP per capita)NGDP_RPCH
Behavior4/5

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

With no annotations provided, the description adequately discloses that the tool retrieves read-only data from a specific authoritative source (IMF WEO), listing the supported indicators. It implies a non-destructive, data-retrieval behavior, which is sufficient for an agent to understand its basic behavioral traits.

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 two sentences long, with the first sentence front-loading the core purpose and source, and the second listing supported indicators. Every word is necessary, with no redundancy or filler.

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 three parameters (all with defaults and schema descriptions), no output schema, and no annotations, the description provides essential context about the data source and indicators. It is sufficient for an AI to invoke the tool correctly, though adding information about data range or rate limits would enhance completeness.

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%, and the input schema already describes each parameter with defaults and examples. The description only summarizes this information without adding new semantic meaning beyond what the schema provides, so it meets the baseline for high coverage.

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 it retrieves specific macroeconomic indicators from the IMF World Economic Outlook, distinguishing it from sibling tools that use different data sources (OECD, World Bank). The verb 'Get' and the detailed list of supported indicators make the purpose unambiguous.

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 implies this tool is for obtaining global GDP and macroeconomic indicators, but it does not explicitly state when to use it over siblings like get_oecd_indicators or get_world_bank_data. No guidance on when not to use it is provided.

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

get_oecd_indicatorsAInspect

Get OECD country comparison data for G7 and major economies. Topics: interest_rates (long-term), trade_balance (current account), cpi (inflation).

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNointerest_rates | trade_balance | cpiinterest_rates
countriesNoComma-separated ISO-3 country codes (default: G7 = USA,CAN,DEU,FRA,GBR,ITA,JPN)USA,CAN,DEU,FRA,GBR,ITA,JPN
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It lacks any mention of data freshness, update frequency, limitations, or error handling, leaving the agent uncertain about the tool's behavior beyond its purpose.

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 a single, efficient sentence that communicates the core purpose and key parameters without any wasted words.

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?

While the description adequately covers the inputs, it does not describe the output format or any constraints. With no output schema, the agent is left guessing about the structure of the returned data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions, but the description adds contextual detail: clarifying 'interest_rates (long-term)', 'trade_balance (current account)', and 'cpi (inflation)', and specifying that default countries are G7. This adds meaning beyond the schema.

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 OECD country comparison data for G7 and major economies, and lists specific topics (interest_rates, trade_balance, cpi). This differentiates it from sibling tools like get_global_gdp and get_world_bank_data.

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 implies use for OECD indicators on the listed topics, but does not provide explicit guidance on when to use it versus alternatives, nor does it mention when not to use it.

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

get_world_bank_dataCInspect

Get development indicators from the World Bank for major countries. Covers GDP, population, inflation, unemployment, GDP per capita, and Gini index.

ParametersJSON Schema
NameRequiredDescriptionDefault
mrvNoMost recent values count (default: 1)
countriesNoSemicolon-separated ISO-2 country codes (default: US;CN;DE;GB;JP;FR;IN;BR;CA;AU)US;CN;DE;GB;JP;FR;IN;BR;CA;AU
indicatorNoWorld Bank indicator: NY.GDP.MKTP.CD (GDP $), SP.POP.TOTL (population), FP.CPI.TOTL.ZG (inflation), SL.UEM.TOTL.ZS (unemployment), NY.GDP.PCAP.CD (GDP per capita), SI.POV.GINI (Gini)NY.GDP.MKTP.CD
Behavior2/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It only states 'get development indicators,' omitting details like read-only nature, rate limits, authentication needs, or data freshness. Minimal transparency beyond the basic function.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with the action verb 'get.' Efficient with no fluff, though could benefit from structured details.

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

Completeness2/5

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

Lacks output schema and does not describe return value format. Despite 3 optional parameters, no explanation of defaults or example output. The tool's function is clear but surrounding context (results, limitations) is missing.

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 100%, so baseline is 3. The description adds minor context (e.g., 'semicolon-separated ISO-2 codes') but largely repeats schema info without introducing new meaning for parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves World Bank development indicators for major countries, listing specific indicators. It distinguishes from siblings (get_global_gdp, get_oecd_indicators) by covering multiple indicators and countries, but does not explicitly differentiate.

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

Usage Guidelines2/5

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

No guidance on when to use this tool over alternatives, no exclusions or context provided. The description lacks any usage directions, leaving the agent without decision support.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources