Global Digital Economy & Connectivity Data
Freshness
Last 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.
What This Tool Does
Explore digital economy and technology adoption data for any country in the world. Look up internet penetration rates, mobile subscriptions, broadband access, e-government readiness scores, and ICT infrastructure indicators. Track digital growth, identify connectivity gaps, and compare how countries are progressing in the digital era — all from a comprehensive global data set.
Product Instructions
Digital Economy & Technology Data
Access comprehensive digital economy statistics from the World Bank's World Development Indicators database covering 200+ countries. Query internet penetration, mobile and broadband infrastructure, ICT trade metrics, digital divide analysis, and regional comparisons using natural language country names.
Actions
query_digital_data
Fetch digital economy and technology indicator data for a country or region.
Required Parameters:
action (string): Must be "query_digital_data"
country_or_region (string): Country or region name in plain language (e.g., "South Korea", "Kenya", "World")
Optional Parameters:
digital_aspect (string, default: "all"): Digital domain to query. One of:
"internet" - Internet users (% of population and total count)
"mobile" - Mobile cellular subscriptions (total and per 100 people) and fixed telephone subscriptions
"broadband" - Fixed broadband (total and per 100 people) and mobile broadband subscriptions
"ict" - ICT goods exports/imports, ICT service exports, high-tech exports (value and % of manufactured)
"infrastructure" - Secure internet servers, telephone subscriptions, fixed broadband
"e_government" - E-government context (limited; World Bank data does not include EGDI directly)
"all" - All available digital indicators
calculate_digital_divide (boolean, default: false): Calculate digital access gaps (100% minus current access rates) for internet, broadband, and mobile
time_period (string, default: "latest"): Time period for data. Options:
"latest" - Most recent available data
"last_5_years" - Last 5 years of data
"last_10_years" - Last 10 years of data
"YYYY:YYYY" - Specific year range (e.g., "2015:2020"). Years must be between 1960 and current year.
"YYYY" - A single year (e.g., "2020")
include_regional_comparison (boolean, default: true): Include comparison data with digital leaders (World average, High Income countries, South Korea, Singapore)
include_trends (boolean, default: true): Include trend analysis with CAGR (Compound Annual Growth Rate) calculations when historical data is available
Example - Latest internet data with digital divide:
{
"action": "query_digital_data",
"country_or_region": "Kenya",
"digital_aspect": "internet",
"time_period": "latest",
"calculate_digital_divide": true
}
Example - Broadband growth trends:
{
"action": "query_digital_data",
"country_or_region": "South Korea",
"digital_aspect": "broadband",
"time_period": "last_10_years",
"include_trends": true
}
Example - All digital indicators with comparison:
{
"action": "query_digital_data",
"country_or_region": "India",
"digital_aspect": "all",
"time_period": "latest",
"calculate_digital_divide": true,
"include_regional_comparison": true
}
Example - ICT trade for a specific period:
{
"action": "query_digital_data",
"country_or_region": "China",
"digital_aspect": "ict",
"time_period": "2015:2020"
}
Example - Mobile coverage for a region:
{
"action": "query_digital_data",
"country_or_region": "Sub-Saharan Africa",
"digital_aspect": "mobile",
"time_period": "latest"
}
Supported Countries and Regions
Accepts plain-language names. Examples of supported inputs:
- Countries:
"United States", "USA", "India", "South Korea", "Nigeria", "Brazil", "Singapore", "Kenya", etc. (200+ countries)
- Regions:
"Sub-Saharan Africa", "Latin America", "Middle East", "South Asia", "East Asia", "Europe"
- Income groups:
"Low Income", "Lower Middle Income", "Upper Middle Income", "High Income", "OECD"
- Global:
"World" or "Global"
- ISO3 codes: 3-letter codes like
"USA", "IND", "KOR" are also accepted
Country names support partial matching, so "UK" maps to United Kingdom and "America" maps to USA.
Available Indicators
Internet Access
- Internet Users (% of population)
- Internet Users (total number)
Mobile and Telephony
- Mobile Cellular Subscriptions (total)
- Mobile Subscriptions (per 100 people)
- Fixed Telephone Subscriptions
Broadband
- Fixed Broadband Subscriptions (total)
- Fixed Broadband (per 100 people)
- Mobile Broadband Subscriptions
ICT Trade
- ICT Goods Exports (% of total goods exports)
- ICT Goods Imports (% of total goods imports)
- ICT Service Exports (% of service exports)
- High-Technology Exports (current US$)
- High-Tech Exports (% of manufactured exports)
Infrastructure and R&D
- Secure Internet Servers (per million people)
- Researchers in R&D (per million people)
- R&D Expenditure (% of GDP)
Response Structure
Responses include:
- Indicator data with latest values, proper units (%, per 100 people, total numbers, current US$), year, and source
- Trend analysis with absolute change, percent change, direction (increasing/decreasing/stable), data point count, and CAGR when applicable
- Digital divide analysis (when enabled): internet access gap, fixed broadband gap, mobile coverage status
- Regional comparison benchmarked against World average, High Income countries, South Korea, and Singapore
- Insights covering internet penetration levels, mobile adoption, broadband infrastructure, ICT export significance, digital expansion rates, and SDG 9.c progress
- SDG 9.c alignment (Universal and affordable access to internet)
Digital Divide Analysis
When calculate_digital_divide is true, the response includes:
- Internet access gap: Current access percentage and the gap (100% minus access)
- Fixed broadband gap: Current subscriptions per 100 people and gap to universal access
- Mobile coverage: Subscriptions per 100 people and whether coverage exceeds population (multiple devices per person)
Workflows
- Digital Readiness Assessment: Query all digital indicators for a country with regional comparison to benchmark against digital leaders
- Digital Divide Analysis: Enable
calculate_digital_divide for internet and broadband aspects to quantify access gaps
- ICT Trade Research: Use
digital_aspect: "ict" with trends to track technology export growth over time
- Infrastructure Planning: Query broadband and infrastructure aspects over the last 10 years to identify growth patterns
- SDG 9.c Monitoring: Query internet penetration with regional comparison to assess progress toward universal access
Notes
- Data sourced from World Bank World Development Indicators
- Mobile subscriptions can exceed 100 per 100 people due to multiple SIMs/devices per person
- Fixed broadband means wired broadband subscriptions, not mobile broadband
- Mobile broadband refers to internet via mobile networks (3G, 4G, 5G)
- ICT goods include computers, telecom equipment, and consumer electronics
- High-tech exports include aerospace, computers, pharmaceuticals, and instruments
- Secure internet servers are measured per 1 million people
- The E-Government Development Index (EGDI) is not available in World Bank data; the
"e_government" aspect returns an empty indicator set
- Data availability varies by country and indicator; most recent data may be 1-2 years old
- When an unrecognized
digital_aspect is provided, the tool defaults to internet and mobile indicators
- Regional comparison benchmarks against World, High Income, South Korea, and Singapore using internet_users, mobile_subscriptions_per100, and fixed_broadband_per100
- Trend CAGR is only calculated for multi-year periods where both start and end values are positive
When To Use
- Use this skill for
Global Digital Economy & Connectivity Data on AgentPMT.
- Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.
- Search and activation keywords: global digital economy & connectivity data, digital economy technology, research internet penetration rates by country, compare mobile subscription trends across regions, track broadband access growth over time, analyze e government readiness scores, query digital data, country or region.
- Supported action names:
query_digital_data.
Use Cases
- Research internet penetration rates by country
- Compare mobile subscription trends across regions
- Track broadband access growth over time
- Analyze e-government readiness scores
- Study the digital divide between countries
- Monitor ICT infrastructure development
- Assess digital adoption rates by region
- Research technology access gaps
- Support policy research on digital inclusion
- Compare connectivity metrics across income groups
Categories And Industries
No categories or industry tags are published for this tool.
Actions And Schema
Complete generated action schema: ./schema.md.
Supported action count: 1.
x402 availability: not enabled for this product.
query_digital_data (action slug: query-digital-data): Fetch digital economy and technology indicator data for a country or region, including internet penetration, mobile subscriptions, broadband access, ICT trade metrics, and digital divide analysis. Price: 5 credits. Parameters: calculate_digital_divide, country_or_region, digital_aspect, include_regional_comparison, include_trends, time_period.
Live Schema And Examples
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.
- Exact schema: call
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "digital-economy-technology".
- Detailed examples: call
agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "digital-economy-technology", or call this product with action: "get_instructions" when the product tool is already selected.
- Treat returned live schema and instructions as more specific than this generated summary.
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": "digital-economy-technology"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "digital-economy-technology"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "digital-economy-technology"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "digital-economy-technology"
}
}
Call This Tool
Product slug: digital-economy-technology
Marketplace page: https://www.agentpmt.com/marketplace/digital-economy-technology
- AgentPMT account route: first use
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.
- x402 route: not enabled for this product.
- AgentPMT overview: use
../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:
- What AgentPMT is: ../what-is-agentpmt
- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup
skills.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": "Global-Digital-Economy--Connectivity-Data",
"arguments": {
"action": "query_digital_data",
"calculate_digital_divide": false,
"country_or_region": "example country or region",
"digital_aspect": "all",
"include_regional_comparison": true,
"include_trends": true,
"time_period": "latest"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "digital-economy-technology",
"parameters": {
"action": "query_digital_data",
"calculate_digital_divide": false,
"country_or_region": "example country or region",
"digital_aspect": "all",
"include_regional_comparison": true,
"include_trends": true,
"time_period": "latest"
}
}
Use the setup skill for the account connection details before making REST calls.
Response Handling
- Treat the returned JSON as the source of truth for this tool call.
- If the response includes warnings or correction targets, apply them before retrying.
- If the response includes a
passed or success-style boolean, use it as the workflow gate.
- If validation fails or the response shape is unclear, call
get_schema or get_instructions before retrying.
- If
query_digital_data fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.
Security
- Do not place account secrets, wallet private keys, mnemonics, signatures, or payment headers in prompts or logs.
- Keep tool inputs scoped to the minimum content needed for the task.
- Use the setup skills for credential handling; this product skill only defines product-specific behavior.
AgentPMT Reference
1---2name: global-digital-economy-connectivity-data3description: Global Digital Economy & Connectivity Data: Query internet penetration, mobile subscriptions, broadband access, e-government readiness, and. Use when an agent needs global digital economy & connectivity data, digital economy technology, research internet penetration rates by country, compare mobile subscription trends across regions, track broadband access growth over time, analyze e government readiness scores, query digital data, country or region through AgentPMT-hosted remote tool calls.4---5# Global Digital Economy & Connectivity Data67## Freshness8Last updated: `2026-06-24`.910If 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.1112## What This Tool Does13Explore digital economy and technology adoption data for any country in the world. Look up internet penetration rates, mobile subscriptions, broadband access, e-government readiness scores, and ICT infrastructure indicators. Track digital growth, identify connectivity gaps, and compare how countries are progressing in the digital era — all from a comprehensive global data set.1415## Product Instructions16### Digital Economy & Technology Data1718Access comprehensive digital economy statistics from the World Bank's World Development Indicators database covering 200+ countries. Query internet penetration, mobile and broadband infrastructure, ICT trade metrics, digital divide analysis, and regional comparisons using natural language country names.1920#### Actions2122##### query_digital_data2324Fetch digital economy and technology indicator data for a country or region.2526**Required Parameters:**27- `action` (string): Must be `"query_digital_data"`28- `country_or_region` (string): Country or region name in plain language (e.g., `"South Korea"`, `"Kenya"`, `"World"`)2930**Optional Parameters:**31- `digital_aspect` (string, default: `"all"`): Digital domain to query. One of:32 - `"internet"` - Internet users (% of population and total count)33 - `"mobile"` - Mobile cellular subscriptions (total and per 100 people) and fixed telephone subscriptions34 - `"broadband"` - Fixed broadband (total and per 100 people) and mobile broadband subscriptions35 - `"ict"` - ICT goods exports/imports, ICT service exports, high-tech exports (value and % of manufactured)36 - `"infrastructure"` - Secure internet servers, telephone subscriptions, fixed broadband37 - `"e_government"` - E-government context (limited; World Bank data does not include EGDI directly)38 - `"all"` - All available digital indicators39- `calculate_digital_divide` (boolean, default: `false`): Calculate digital access gaps (100% minus current access rates) for internet, broadband, and mobile40- `time_period` (string, default: `"latest"`): Time period for data. Options:41 - `"latest"` - Most recent available data42 - `"last_5_years"` - Last 5 years of data43 - `"last_10_years"` - Last 10 years of data44 - `"YYYY:YYYY"` - Specific year range (e.g., `"2015:2020"`). Years must be between 1960 and current year.45 - `"YYYY"` - A single year (e.g., `"2020"`)46- `include_regional_comparison` (boolean, default: `true`): Include comparison data with digital leaders (World average, High Income countries, South Korea, Singapore)47- `include_trends` (boolean, default: `true`): Include trend analysis with CAGR (Compound Annual Growth Rate) calculations when historical data is available4849**Example - Latest internet data with digital divide:**50```json51{52 "action": "query_digital_data",53 "country_or_region": "Kenya",54 "digital_aspect": "internet",55 "time_period": "latest",56 "calculate_digital_divide": true57}58```5960**Example - Broadband growth trends:**61```json62{63 "action": "query_digital_data",64 "country_or_region": "South Korea",65 "digital_aspect": "broadband",66 "time_period": "last_10_years",67 "include_trends": true68}69```7071**Example - All digital indicators with comparison:**72```json73{74 "action": "query_digital_data",75 "country_or_region": "India",76 "digital_aspect": "all",77 "time_period": "latest",78 "calculate_digital_divide": true,79 "include_regional_comparison": true80}81```8283**Example - ICT trade for a specific period:**84```json85{86 "action": "query_digital_data",87 "country_or_region": "China",88 "digital_aspect": "ict",89 "time_period": "2015:2020"90}91```9293**Example - Mobile coverage for a region:**94```json95{96 "action": "query_digital_data",97 "country_or_region": "Sub-Saharan Africa",98 "digital_aspect": "mobile",99 "time_period": "latest"100}101```102103#### Supported Countries and Regions104105Accepts plain-language names. Examples of supported inputs:106107- **Countries**: `"United States"`, `"USA"`, `"India"`, `"South Korea"`, `"Nigeria"`, `"Brazil"`, `"Singapore"`, `"Kenya"`, etc. (200+ countries)108- **Regions**: `"Sub-Saharan Africa"`, `"Latin America"`, `"Middle East"`, `"South Asia"`, `"East Asia"`, `"Europe"`109- **Income groups**: `"Low Income"`, `"Lower Middle Income"`, `"Upper Middle Income"`, `"High Income"`, `"OECD"`110- **Global**: `"World"` or `"Global"`111- **ISO3 codes**: 3-letter codes like `"USA"`, `"IND"`, `"KOR"` are also accepted112113Country names support partial matching, so `"UK"` maps to United Kingdom and `"America"` maps to USA.114115#### Available Indicators116117##### Internet Access118- Internet Users (% of population)119- Internet Users (total number)120121##### Mobile and Telephony122- Mobile Cellular Subscriptions (total)123- Mobile Subscriptions (per 100 people)124- Fixed Telephone Subscriptions125126##### Broadband127- Fixed Broadband Subscriptions (total)128- Fixed Broadband (per 100 people)129- Mobile Broadband Subscriptions130131##### ICT Trade132- ICT Goods Exports (% of total goods exports)133- ICT Goods Imports (% of total goods imports)134- ICT Service Exports (% of service exports)135- High-Technology Exports (current US$)136- High-Tech Exports (% of manufactured exports)137138##### Infrastructure and R&D139- Secure Internet Servers (per million people)140- Researchers in R&D (per million people)141- R&D Expenditure (% of GDP)142143#### Response Structure144145Responses include:146- **Indicator data** with latest values, proper units (%, per 100 people, total numbers, current US$), year, and source147- **Trend analysis** with absolute change, percent change, direction (increasing/decreasing/stable), data point count, and CAGR when applicable148- **Digital divide analysis** (when enabled): internet access gap, fixed broadband gap, mobile coverage status149- **Regional comparison** benchmarked against World average, High Income countries, South Korea, and Singapore150- **Insights** covering internet penetration levels, mobile adoption, broadband infrastructure, ICT export significance, digital expansion rates, and SDG 9.c progress151- **SDG 9.c alignment** (Universal and affordable access to internet)152153#### Digital Divide Analysis154155When `calculate_digital_divide` is `true`, the response includes:156- **Internet access gap**: Current access percentage and the gap (100% minus access)157- **Fixed broadband gap**: Current subscriptions per 100 people and gap to universal access158- **Mobile coverage**: Subscriptions per 100 people and whether coverage exceeds population (multiple devices per person)159160#### Workflows1611621. **Digital Readiness Assessment**: Query all digital indicators for a country with regional comparison to benchmark against digital leaders1632. **Digital Divide Analysis**: Enable `calculate_digital_divide` for internet and broadband aspects to quantify access gaps1643. **ICT Trade Research**: Use `digital_aspect: "ict"` with trends to track technology export growth over time1654. **Infrastructure Planning**: Query broadband and infrastructure aspects over the last 10 years to identify growth patterns1665. **SDG 9.c Monitoring**: Query internet penetration with regional comparison to assess progress toward universal access167168#### Notes169170- Data sourced from World Bank World Development Indicators171- Mobile subscriptions can exceed 100 per 100 people due to multiple SIMs/devices per person172- Fixed broadband means wired broadband subscriptions, not mobile broadband173- Mobile broadband refers to internet via mobile networks (3G, 4G, 5G)174- ICT goods include computers, telecom equipment, and consumer electronics175- High-tech exports include aerospace, computers, pharmaceuticals, and instruments176- Secure internet servers are measured per 1 million people177- The E-Government Development Index (EGDI) is not available in World Bank data; the `"e_government"` aspect returns an empty indicator set178- Data availability varies by country and indicator; most recent data may be 1-2 years old179- When an unrecognized `digital_aspect` is provided, the tool defaults to internet and mobile indicators180- Regional comparison benchmarks against World, High Income, South Korea, and Singapore using internet_users, mobile_subscriptions_per100, and fixed_broadband_per100181- Trend CAGR is only calculated for multi-year periods where both start and end values are positive182183## When To Use184- Use this skill for `Global Digital Economy & Connectivity Data` on AgentPMT.185- Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.186- Search and activation keywords: global digital economy & connectivity data, digital economy technology, research internet penetration rates by country, compare mobile subscription trends across regions, track broadband access growth over time, analyze e government readiness scores, query digital data, country or region.187- Supported action names: `query_digital_data`.188189## Use Cases190- Research internet penetration rates by country191- Compare mobile subscription trends across regions192- Track broadband access growth over time193- Analyze e-government readiness scores194- Study the digital divide between countries195- Monitor ICT infrastructure development196- Assess digital adoption rates by region197- Research technology access gaps198- Support policy research on digital inclusion199- Compare connectivity metrics across income groups200201## Categories And Industries202No categories or industry tags are published for this tool.203204## Actions And Schema205Complete generated action schema: `./schema.md`.206Supported action count: `1`.207x402 availability: not enabled for this product.208209- `query_digital_data` (action slug: `query-digital-data`): Fetch digital economy and technology indicator data for a country or region, including internet penetration, mobile subscriptions, broadband access, ICT trade metrics, and digital divide analysis. Price: `5` credits. Parameters: `calculate_digital_divide`, `country_or_region`, `digital_aspect`, `include_regional_comparison`, `include_trends`, `time_period`.210211## Live Schema And Examples212Use 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.213214- Exact schema: call `agentpmt-tool-search-and-execution` with `action: "get_schema"`, and `tool_id: "digital-economy-technology"`.215- Detailed examples: call `agentpmt-tool-search-and-execution` with `action: "get_instructions"` and `tool_id: "digital-economy-technology"`, or call this product with `action: "get_instructions"` when the product tool is already selected.216- Treat returned live schema and instructions as more specific than this generated summary.217218MCP schema lookup through the main AgentPMT MCP server:219220```json221{222 "method": "tools/call",223 "params": {224 "name": "AgentPMT-Tool-Search-and-Execution",225 "arguments": {226 "action": "get_schema",227 "tool_id": "digital-economy-technology"228 }229 }230}231```232233For live examples, keep the same MCP tool and use these arguments:234235```json236{237 "action": "get_instructions",238 "tool_id": "digital-economy-technology"239}240```241242Authenticated AgentPMT REST schema lookup body:243244```json245{246 "name": "agentpmt-tool-search-and-execution",247 "parameters": {248 "action": "get_schema",249 "tool_id": "digital-economy-technology"250 }251}252```253254Authenticated AgentPMT REST live examples body:255256```json257{258 "name": "agentpmt-tool-search-and-execution",259 "parameters": {260 "action": "get_instructions",261 "tool_id": "digital-economy-technology"262 }263}264```265266## Call This Tool267Product slug: `digital-economy-technology`268269Marketplace page: https://www.agentpmt.com/marketplace/digital-economy-technology270271- AgentPMT account route: first use `../agentpmt-account-mcp-rest-api-setup` to connect the main MCP server or REST API for an Agent Group where this tool is enabled.272- x402 route: not enabled for this product.273- AgentPMT overview: use `../what-is-agentpmt` for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.274275If those setup skills are not installed beside this product skill, use the downloads below.276277Core AgentPMT setup skills:278- What AgentPMT is: ../what-is-agentpmt279 - ClawHub page: https://clawhub.ai/agentpmt/what-is-agentpmt280 - OpenClaw install: `openclaw skills install what-is-agentpmt`281 - skills.sh install: `npx skills add AgentPMT/agent-skills --skill what-is-agentpmt`282- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup283 - ClawHub page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup284 - OpenClaw install: `openclaw skills install agentpmt-account-mcp-rest-api-setup`285 - skills.sh install: `npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup`286287skills.sh install script:288289```bash290npx skills add AgentPMT/agent-skills --skill what-is-agentpmt291npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup292```293294MCP call shape after the main AgentPMT MCP server is connected:295296```json297{298 "method": "tools/call",299 "params": {300 "name": "Global-Digital-Economy--Connectivity-Data",301 "arguments": {302 "action": "query_digital_data",303 "calculate_digital_divide": false,304 "country_or_region": "example country or region",305 "digital_aspect": "all",306 "include_regional_comparison": true,307 "include_trends": true,308 "time_period": "latest"309 }310 }311}312```313314Use the exact tool name returned by `tools/list`; the name above is the expected readable form.315316Authenticated AgentPMT REST call body:317318```json319{320 "name": "digital-economy-technology",321 "parameters": {322 "action": "query_digital_data",323 "calculate_digital_divide": false,324 "country_or_region": "example country or region",325 "digital_aspect": "all",326 "include_regional_comparison": true,327 "include_trends": true,328 "time_period": "latest"329 }330}331```332333Use the setup skill for the account connection details before making REST calls.334335## Response Handling336- Treat the returned JSON as the source of truth for this tool call.337- If the response includes warnings or correction targets, apply them before retrying.338- If the response includes a `passed` or success-style boolean, use it as the workflow gate.339- If validation fails or the response shape is unclear, call `get_schema` or `get_instructions` before retrying.340- If `query_digital_data` fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.341342## Security343- Do not place account secrets, wallet private keys, mnemonics, signatures, or payment headers in prompts or logs.344- Keep tool inputs scoped to the minimum content needed for the task.345- Use the setup skills for credential handling; this product skill only defines product-specific behavior.346347## AgentPMT Reference348- What AgentPMT is: ../what-is-agentpmt (ClawHub: `what-is-agentpmt`, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: `npx skills add AgentPMT/agent-skills --skill what-is-agentpmt`)349- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup (ClawHub: `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`)350- Marketplace product: https://www.agentpmt.com/marketplace/digital-economy-technology351- AgentPMT main MCP server: https://api.agentpmt.com/mcp/352- AgentPMT REST invoke endpoint: https://api.agentpmt.com/products/purchase