Skip to main content
Glama

Server Details

Global macroeconomic intelligence — IMF GDP growth & inflation for 229 countries, World Bank development indicators, and OECD interest rates. The only global economic data API on x402.

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.

Server CoherenceA
Disambiguation4/5

Each tool targets a distinct data source (IMF, OECD, World Bank), making them clearly separable. However, there is some overlap in indicators like GDP and inflation across tools, though the source differences mitigate confusion.

Naming Consistency5/5

All tool names follow the consistent 'get_<source>_data' pattern, using snake_case and descriptive nouns. The naming is uniform and predictable.

Tool Count4/5

Three tools is a reasonable number for a focused economic data server. It covers major global data sources without being overly minimal or excessive.

Completeness3/5

The tools cover core economic indicators like GDP, inflation, trade, and unemployment, but miss some areas like employment data from OECD or more granular country-specific indicators. Still, the surface is adequate for basic economic queries.

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
Behavior2/5

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

Annotations are absent, so the description must fully disclose behavior. It lists supported indicators and source but omits any discussion of data latency, caching, rate limits, or destructive effects. For a read tool, basic constraints or freshness are expected but missing.

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 efficiently front-load the tool's purpose and supported indicators. No extraneous content; every sentence adds value.

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?

For a simple read tool without output schema, the description covers input options and data source. However, it does not describe the return format or expected behavior (e.g., error handling, pagination), leaving a gap for agents that need to parse results. Adequate but not complete.

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?

All parameters are described in the schema (100% coverage), so baseline is 3. The description adds minimal value by mentioning 'major economies' and listing indicator codes, which partially repeats schema descriptions. It does not clarify year format, output structure, or country code validation.

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 global GDP and macroeconomic indicators from the IMF World Economic Outlook, listing specific indicators and targeting major economies. It distinguishes from siblings like get_oecd_indicators and get_world_bank_data by specifying the distinct data source and scope.

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 the tool is for major economies and specific indicators, but it does not explicitly provide when-to-use or when-not-to-use guidance relative to sibling tools. No alternative tools are mentioned, leaving the agent to infer context.

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, and the description does not disclose behavioral traits such as read-only nature, rate limits, or authentication needs. For a data retrieval tool, it is reasonable to assume idempotency, but the description does not confirm this or describe the response format.

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 sentence followed by a concise list of topics. Every word is informative, with no redundancy or irrelevant detail. It is well-structured and front-loaded with the main action.

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?

For a simple tool with two parameters and no output schema, the description adequately explains what the tool does and the main parameters. However, it lacks details on return format, pagination, or error handling, which would improve completeness for an agent.

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?

The input schema covers both parameters with descriptions, but the tool's description adds meaningful context: explaining the topics (e.g., 'interest_rates (long-term)') and noting default G7 countries and ISO-3 format. This enhances understanding 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?

Description clearly states the tool retrieves OECD country comparison data for G7 and major economies, specifying specific topics (interest_rates, trade_balance, cpi). The verb 'Get' and resource are clear, and it distinguishes from siblings (get_global_gdp, get_world_bank_data) by focusing on OECD indicators.

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 provides the tool's purpose and available topics but does not explicitly state when to use it versus alternatives like get_global_gdp or get_world_bank_data. Usage context is implied but lacks explicit guidance or exclusion criteria.

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

get_world_bank_dataBInspect

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?

No annotations are present, so the description must convey behavioral traits. It only states it 'gets' data, implying a read operation, but omits details on authentication, rate limits, error handling, or whether the data is cached. This lack of disclosure limits the agent's understanding of risks or side effects.

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, front-loaded sentence (15 words) that efficiently conveys the tool's purpose and scope. Every word adds value, with no extraneous information.

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 covers the tool's purpose and key indicators, it lacks details on return format, pagination, or how many results to expect. Given no output schema, more completeness would help the agent understand what to do with the tool's output.

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%, with parameter descriptions already providing defaults and meaningful examples. The description's list of indicators (e.g., 'GDP, population') largely repeats the schema's indicator enum, adding no semantic value beyond what is already present.

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 development indicators from the World Bank for major countries, listing specific indicators like GDP, population, inflation, etc. It distinguishes itself from siblings by specifying its broader scope (World Bank, not just OECD or global GDP).

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?

The description does not explicitly guide when to use this tool versus its siblings (get_global_gdp, get_oecd_indicators). No contextual hints are provided beyond mentioning 'major countries,' leaving the agent to infer usage without clear differentiation.

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