IMF Data
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Retrieve and analyze IMF macroeconomic series, forecasts, and reserve-composition data.
Tool routing
| Tool or skill |
Use |
web_fetch |
Fetch public IMF APIs, database pages, metadata, or releases. |
browser_use |
Inspect official IMF portals when interaction is required. |
render_chart |
Present country, indicator, or forecast comparisons. |
Workflow
- Identify dataset, edition, country or region, indicator, years, unit, and estimate status.
- Locate the official public IMF endpoint or release page.
- Fetch values and retain database-edition metadata.
- Separate observed, estimated, and forecast periods.
- Cite the release, source URL, and retrieval date.
Completion gates
- Check units, scale, fiscal/calendar basis, and country coverage.
- Do not compare values across editions without noting revisions.
- Verify regional aggregates are source-provided or transparently calculated.
Boundaries
- Do not present IMF projections as certain outcomes.
- Do not silently substitute another macroeconomic source.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
1---2name: imf-data3description: Retrieve and analyze IMF macroeconomic series, forecasts, and reserve-composition data.4---5
6# IMF Data
7Copyright (c) 2026 KunAgent. Licensed under the MIT License.
8
9## Purpose
10Retrieve and analyze IMF macroeconomic series, forecasts, and reserve-composition data.
11
12## Tool routing
13| Tool or skill | Use |
14|---|---|
15| `web_fetch` | Fetch public IMF APIs, database pages, metadata, or releases. |
16| `browser_use` | Inspect official IMF portals when interaction is required. |
17| `render_chart` | Present country, indicator, or forecast comparisons. |
18
19## Workflow
201. Identify dataset, edition, country or region, indicator, years, unit, and estimate status.
212. Locate the official public IMF endpoint or release page.
223. Fetch values and retain database-edition metadata.
234. Separate observed, estimated, and forecast periods.
245. Cite the release, source URL, and retrieval date.
25
26## Completion gates
27- Check units, scale, fiscal/calendar basis, and country coverage.
28- Do not compare values across editions without noting revisions.
29- Verify regional aggregates are source-provided or transparently calculated.
30
31## Boundaries
32- Do not present IMF projections as certain outcomes.
33- Do not silently substitute another macroeconomic source.
34
35## Delivery
36Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.