Install
openclaw skills install @agentpmt/global-debt-fiscal-explorerGlobal Debt & Fiscal Explorer: Query national debt, government revenue, public expenditure, fiscal balance, and debt service data for any country or region. Use when an agent needs global debt & fiscal explorer, debt fiscal management, research a country's national debt level, compare government debt across countries, analyze tax revenue trends over time, check fiscal balance and budget deficits, query fiscal data, country or region through AgentPMT-hosted remote tool calls.
openclaw skills install @agentpmt/global-debt-fiscal-explorerLast 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.
Explore the financial health of any country in the world. Look up national debt levels, government spending, tax revenue, and fiscal balances — all expressed as easy-to-understand ratios and percentages of GDP. Compare countries, track trends over time, and assess debt sustainability at a glance.
Query national debt levels, government spending, tax revenue, fiscal balances, and debt sustainability indicators for any country from the World Bank World Development Indicators database.
Fetch fiscal and debt data for a country or region with optional debt sustainability assessment.
Optional fields (all have defaults):
country_or_region (string) — Country name or region in plain English (e.g., "United States", "Greece", "Kenya", "World"). Defaults to "World" if not provided. Supports plain English names or ISO3 codes.fiscal_aspect (string) — Which category of fiscal data to query. Default: "all".
"debt" — External debt stocks, external debt/GNI ratio, central government debt/GDP, short-term and long-term debt, debt service/exports ratio"balance" — Cash surplus/deficit (% of GDP), primary balance (% of GDP)"revenue" — Tax revenue (% of GDP), government revenue excluding grants (% of GDP)"expenditure" — Government expense (% of GDP), education/health/military expenditure (% of GDP)"debt_service" — Total debt service, debt service/exports ratio, interest payments (% of revenue), multilateral and bilateral debt"all" — All fiscal indicators combinedcalculate_debt_ratios (boolean) — Calculate debt sustainability ratios and compare against IMF/World Bank Debt Sustainability Framework thresholds. Default: true.time_period (string) — Default: "latest".
"latest" — Most recent 10 data points (returns the most recent non-null value)"YYYY" — Specific year (e.g., "2020")"YYYY:YYYY" — Year range (e.g., "2015:2020")Example — All fiscal data for a country:
{
"country_or_region": "Kenya",
"fiscal_aspect": "all",
"time_period": "latest"
}
Example — Debt sustainability analysis:
{
"country_or_region": "Greece",
"fiscal_aspect": "debt",
"calculate_debt_ratios": true,
"time_period": "latest"
}
Example — Government revenue over time:
{
"country_or_region": "United States",
"fiscal_aspect": "revenue",
"time_period": "2015:2023"
}
Example — Expenditure breakdown:
{
"country_or_region": "Nigeria",
"fiscal_aspect": "expenditure",
"time_period": "latest"
}
Example — Fiscal balance for a specific year:
{
"country_or_region": "Brazil",
"fiscal_aspect": "balance",
"time_period": "2022"
}
Example — Debt service analysis:
{
"country_or_region": "Sri Lanka",
"fiscal_aspect": "debt_service",
"calculate_debt_ratios": true,
"time_period": "2018:2023"
}
Responses include:
time_series array of date/value pairs.calculate_debt_ratios is true and debt data is available:
overall_risk_level — low, moderate, high, or criticalsustainability_indicators — Individual ratio assessments against IMF/World Bank thresholdsrisk_factors — List of identified debt risksfiscal_position — surplus or deficitsustainability_level — strong, sustainable, warning, or critical| Aspect | Indicators |
|---|---|
| debt | External debt stocks (US$), External debt/GNI %, Central govt debt/GDP %, Short-term debt, Long-term debt, Debt service/exports % |
| balance | Cash surplus/deficit (% GDP), Primary balance (% GDP) |
| revenue | Tax revenue (% GDP), Government revenue excl. grants (% GDP) |
| expenditure | Government expense (% GDP), Education spending (% GDP), Health spending (% GDP), Military spending (% GDP) |
| debt_service | Total debt service (US$), Debt service/exports %, Interest payments (% revenue), Multilateral debt, Bilateral debt |
| Indicator | Low Risk | Moderate Risk | High Risk |
|---|---|---|---|
| External debt/GNI | < 30% | 30-40% | > 55% |
| Debt service/exports | < 15% | 15-20% | > 25% |
| Government debt/GDP | < 50% | 50-70% | > 90% |
Global Debt & Fiscal Explorer on AgentPMT.query_fiscal_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_fiscal_data (action slug: query-fiscal-data): Query national debt, government revenue, public expenditure, fiscal balance, and debt service data for any country or region from the World Bank. Price: 30 credits. Parameters: calculate_debt_ratios, country_or_region, fiscal_aspect, time_period.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: "debt-fiscal-management".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "debt-fiscal-management", 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": "debt-fiscal-management"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "debt-fiscal-management"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "debt-fiscal-management"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "debt-fiscal-management"
}
}
Product slug: debt-fiscal-management
Marketplace page: https://www.agentpmt.com/marketplace/debt-fiscal-management
../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": "Global-Debt--Fiscal-Explorer",
"arguments": {
"action": "query_fiscal_data",
"calculate_debt_ratios": true,
"country_or_region": "example country or region",
"fiscal_aspect": "all",
"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": "debt-fiscal-management",
"parameters": {
"action": "query_fiscal_data",
"calculate_debt_ratios": true,
"country_or_region": "example country or region",
"fiscal_aspect": "all",
"time_period": "latest"
}
}
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_fiscal_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)