Skip to main content
Glama

IMF Data MCP Server

by c-cf

list_indicators

Retrieve a list of indicators for a specified dataset from the IMF Data MCP Server, using the dataset ID to access the corresponding .json file.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
dataset_idYes

Input Schema (JSON Schema)

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

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