Skip to main content
Glama

BCRP-MCP

by rodcar

search_time_series_groups

Locate time series groups in BCRP-MCP's database by entering keywords. Retrieve a list of unique group names matching the search criteria for efficient data exploration and analysis of Peru's economic indicators.

Instructions

Search for time series groups using one or multiple keywords.

This function searches the BCRP (Banco Central de Reserva del Perú) database for time series groups that match the provided keywords. It returns a list of unique time series group names that contain or relate to the search terms.

Args: keywords (List[str]): A list containing one or more keywords to search for. Each keyword should be a single word without spaces.

Returns: List[str]: A list of unique time series group names that match the search criteria. Returns an empty list if no matches are found.

Input Schema

NameRequiredDescriptionDefault
keywordsYes

Input Schema (JSON Schema)

{ "properties": { "keywords": { "items": { "type": "string" }, "title": "Keywords", "type": "array" } }, "required": [ "keywords" ], "type": "object" }
Install Server

Other Tools from BCRP-MCP

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/rodcar/bcrp-mcp'

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