Skip to main content
Glama

IMF Data MCP Server

by c-cf

list_countries

Retrieve a list of available countries for a specified dataset from the IMF Data MCP Server. Input the dataset ID to access relevant country data for analysis and integration.

Instructions

Returns a list of available countries for the specified dataset, read from the corresponding .json file in the local areas directory. Args: dataset_id (str): Dataset ID, such as "IFS", "DOT", "BOP", etc. Returns: list: List of countries.

Input Schema

NameRequiredDescriptionDefault
dataset_idYes

Input Schema (JSON Schema)

{ "properties": { "dataset_id": { "title": "Dataset Id", "type": "string" } }, "required": [ "dataset_id" ], "title": "list_countriesArguments", "type": "object" }
Install Server

Other Tools from IMF Data MCP Server

Related Tools

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/c-cf/imf-data-mcp'

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