You're viewing a demo portfolio

Join the waitlist
PRSM

search_series

Active

Tool of Datos Ar

declared in 0.1.0

Search Argentina's national time-series catalog (apis.datos.gob.ar) for series matching a keyword. Titles/descriptions are in Spanish (e.g. q="inflacion", "pbi", "emae", "tipo de cambio", "desempleo"). Returns matching series with their ids (use these with get_series), titles, units, frequency, date coverage, dataset and source.

Parameters schema

{
  "type": "object",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Search keyword in Spanish, e.g. \"inflacion\", \"pbi\", \"tipo de cambio\"."
    },
    "limit": {
      "type": "number",
      "description": "Max results to return (default 10)."
    },
    "units": {
      "type": "string",
      "description": "Optional units filter, e.g. \"Porcentaje\"."
    },
    "offset": {
      "type": "number",
      "description": "Result offset for pagination (default 0)."
    },
    "dataset_theme": {
      "type": "string",
      "description": "Optional theme id filter, e.g. \"actividad\", \"precios\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Datos Ar

https://github.com/pipeworx-io/mcp-datos-ar

1/7 registries
View full server →
search_series — Datos Ar — PRSM MCP