Skip to main content
Glama
icen-ai
by icen-ai

Global Economic Indicator Comparison

ext_global_compare
Read-onlyIdempotent

Retrieve the same economic indicator from World Bank and IMF for multiple countries to enable rapid international comparisons. Specify indicator codes, country list, and start year.

Instructions

同时从世界银行和 IMF 获取同一指标的多国数据,快速进行国际横向对比。

Args:

  • wbIndicator (string): 世界银行指标,如 "GDP_GROWTH"

  • imfIndicator (string): IMF 指标,如 "GDP_GROWTH"

  • countries (string[]): ISO 代码,如 ["CHN","USA","DEU","JPN","IND"]

  • startYear (number): 起始年份

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wbIndicatorYes世界银行指标名,如 "GDP_GROWTH"
imfIndicatorNoIMF 指标名,如 "GDP_GROWTH"(不填则只查 WB)
countriesNoISO3 代码数组
startYearNo起始年份
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint, covering safety. The description adds the key behavioral trait of simultaneously fetching from two sources, which is beyond what annotations provide. No contradiction.

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 consists of one purposeful sentence and a structured Args list. Every element adds value without redundancy or unnecessary length.

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?

Given no output schema, the description lacks details on the return format or structure. It mentions fetching data but not whether results are merged or how errors from one source are handled. This leaves the agent guessing about the output, reducing completeness.

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%, providing baseline 3. The description adds value by noting that omitting imfIndicator queries only World Bank, and specifying ISO3 codes for countries. These details supplement the schema descriptions.

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 fetches multi-country data for the same indicator from both World Bank and IMF, enabling quick international comparison. This distinguishes it from individual source tools like ext_world_bank and ext_imf, which lack cross-source comparison.

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 when to use (when needing cross-source comparison for the same indicator), but does not provide explicit guidance on when not to use it or mention alternative tools like individual source tools. Usage context is clear but not comprehensive.

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/icen-ai/mcp-cnbs'

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