Install
openclaw skills install @agentpmt/commerce-and-trade-competitiveness-data-hubCommerce and Trade Competitiveness Data Hub: Query World Bank TCdata360 trade and competitiveness data by country or region name. Use when an agent needs commerce and trade competitiveness data hub, trade competitiveness data, export market analysis, trade competitiveness benchmarking, tariff and logistics monitoring, cross border policy research, query trade data, country or region through AgentPMT-hosted remote tool calls. Discovery terms: commerce and trade competitiveness data hub.
openclaw skills install @agentpmt/commerce-and-trade-competitiveness-data-hubLast updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
Access World Bank trade and competitiveness data from TCdata360 (2,400+ indicators, 46 sources) for 200+ countries. Get merchandise exports/imports, trade balances, tariff rates, high-tech and ICT export shares, Logistics Performance Index rankings, Ease of Doing Business scores, and trade-to-GDP ratios. Includes CAGR trend analysis, regional comparisons, and SDG 17 alignment tracking.
Natural language interface to World Bank trade and competitiveness data. Query exports, imports, trade balance, logistics performance, tariffs, and trade costs by country or region. Uses English country names only -- no indicator codes needed.
Data sourced from World Bank World Development Indicators (WDI) and TCdata360 (2,400+ indicators from 46 sources). Covers merchandise and service trade volumes, exports/imports as % of GDP, trade openness, Ease of Doing Business rankings, Logistics Performance Index (LPI), tariff rates, time and cost to trade, high-tech and ICT exports, and CAGR trend analysis. Includes regional/global comparisons, trade balance calculations, human-readable insights, and SDG 17 (Partnerships through Trade) alignment.
Fetches trade and competitiveness data for a country or region from the World Bank.
Required parameters:
country_or_region (string): Country or region name in English (e.g., "China", "Japan", "Vietnam", "Sub-Saharan Africa"). Also accepts partial matches and income groups ("High Income", "OECD"). Unicode names are not supported. Unrecognized names return an error with a suggestion.Optional parameters:
trade_topic (string): One of "exports", "imports", "competitiveness", "logistics", "tariffs", "trade_costs", or "all". Defaults to "all".calculate_trade_balance (boolean): Calculate trade balance (exports minus imports) if both merchandise export and import data are available. Defaults to true.include_doing_business (boolean): Include Doing Business rankings and ease of doing business scores. Defaults to true. Setting to false also filters out time-to-export/import and cost-to-export/import indicators.include_lpi (boolean): Include Logistics Performance Index scores. Defaults to true. Setting to false filters out the logistics_performance indicator.time_period (string): "latest" (most recent available), "last_5_years", "last_10_years", or a specific range "YYYY:YYYY" (e.g., "2015:2020"). Also accepts "YYYY-YYYY" format (converted to "YYYY:YYYY"). Defaults to "latest".include_regional_comparison (boolean): Include regional and global comparison data (World, High Income, Upper Middle Income, Lower Middle Income) for key indicators. Defaults to true.include_trends (boolean): Include trend analysis with absolute change, percent change, direction, and CAGR for indicators with multiple data points. Defaults to true.Example -- All trade data for Vietnam:
{
"action": "query_trade_data",
"country_or_region": "Vietnam",
"trade_topic": "all",
"time_period": "latest"
}
Example -- Export trends for China over the last 10 years:
{
"action": "query_trade_data",
"country_or_region": "China",
"trade_topic": "exports",
"time_period": "last_10_years",
"include_trends": true
}
Example -- Competitiveness metrics for Singapore:
{
"action": "query_trade_data",
"country_or_region": "Singapore",
"trade_topic": "competitiveness",
"include_doing_business": true,
"include_lpi": true
}
Example -- Tariff analysis for India:
{
"action": "query_trade_data",
"country_or_region": "India",
"trade_topic": "tariffs",
"time_period": "latest"
}
Example -- Trade costs with regional comparison:
{
"action": "query_trade_data",
"country_or_region": "Rwanda",
"trade_topic": "trade_costs",
"include_regional_comparison": true
}
Example -- Logistics performance for Netherlands:
{
"action": "query_trade_data",
"country_or_region": "Netherlands",
"trade_topic": "logistics"
}
Example -- Imports data without Doing Business indicators:
{
"action": "query_trade_data",
"country_or_region": "Brazil",
"trade_topic": "imports",
"include_doing_business": false
}
query_trade_data with a country and trade_topic: "all" for a comprehensive trade overview.insights array for human-readable analysis of trade patterns.trade_balance for surplus/deficit status.regional_comparison to see how the country compares to World, High Income, Upper Middle Income, and Lower Middle Income averages.query_trade_data with calculate_trade_balance: true (default).trade_balance section with exports, imports, balance amount, and surplus/deficit classification for each year.query_trade_data with trade_topic: "competitiveness".query_trade_data with time_period: "last_10_years" and include_trends: true.trends section for each indicator showing oldest/newest values, absolute and percent change, direction (improving/declining/stable), and CAGR.exports: merchandise exports, exports % of GDP, high-tech exports, ICT exports, service exports, time to export, cost to exportimports: merchandise imports, imports % of GDP, service imports, time to import, cost to importcompetitiveness: Ease of Doing Business rank, LPI, trade % of GDP, exports/imports % of GDPlogistics: LPI score, time to export/importtariffs: simple mean tariff rate, weighted mean tariff ratetrade_costs: time to export/import, cost to export/import, simple and weighted mean tariff ratesall: all available trade indicatorsCommerce and Trade Competitiveness Data Hub on AgentPMT.query_trade_data.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 1.
x402 availability: not enabled for this product.
query_trade_data (action slug: query-trade-data): Fetch trade and competitiveness data for a country or region from the World Bank. Returns merchandise exports/imports, trade balance, tariff rates, high-tech/ICT export shares, Logistics Performance Index, Ease of Doing Business scores, trade openness ratios, CAGR trend analysis, and regional comparisons. Price: 5 credits. Parameters: calculate_trade_balance, country_or_region, include_doing_business, include_lpi, include_regional_comparison, include_trends, time_period, trade_topic.Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "trade-competitiveness-data".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "trade-competitiveness-data", or call this product with action: "get_instructions" when the product tool is already selected.MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "trade-competitiveness-data"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "trade-competitiveness-data"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "trade-competitiveness-data"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "trade-competitiveness-data"
}
}
Product slug: trade-competitiveness-data
Marketplace page: https://www.agentpmt.com/marketplace/trade-competitiveness-data
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupskills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "Commerce-and-Trade-Competitiveness-Data-Hub",
"arguments": {
"action": "query_trade_data",
"calculate_trade_balance": true,
"country_or_region": "example country or region",
"include_doing_business": true,
"include_lpi": true,
"include_regional_comparison": true,
"include_trends": true,
"time_period": "latest",
"trade_topic": "all"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "trade-competitiveness-data",
"parameters": {
"action": "query_trade_data",
"calculate_trade_balance": true,
"country_or_region": "example country or region",
"include_doing_business": true,
"include_lpi": true,
"include_regional_comparison": true,
"include_trends": true,
"time_period": "latest",
"trade_topic": "all"
}
}
Use the setup skill for the account connection details before making REST calls.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.query_trade_data fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup)