You're viewing a demo portfolio

Join the waitlist
PRSM

get_series

Active

Tool of Datos Ar

declared in 0.1.0

Fetch observations for one or more Argentine time series by id (ids come from search_series). Data is official Argentine statistics; titles are in Spanish. Pass multiple comma-separated ids to align several series on the same dates. Use collapse to resample (e.g. monthly→yearly avg) and representation_mode to transform values (e.g. percent change vs a year ago). Returns rows of [date, value, ...] plus metadata.

Parameters schema

{
  "type": "object",
  "required": [
    "ids"
  ],
  "properties": {
    "ids": {
      "type": "string",
      "description": "One series id, or several comma-separated, e.g. \"143.3_NO_PR_2004_A_21\". From search_series."
    },
    "limit": {
      "type": "number",
      "description": "Max rows to return (default 100, API max 1000)."
    },
    "collapse": {
      "enum": [
        "month",
        "quarter",
        "year"
      ],
      "type": "string",
      "description": "Resample frequency, e.g. \"year\" to roll monthly data up to yearly."
    },
    "end_date": {
      "type": "string",
      "description": "Latest date, ISO YYYY-MM-DD (optional)."
    },
    "metadata": {
      "enum": [
        "none",
        "simple",
        "full"
      ],
      "type": "string",
      "description": "Metadata detail level (default simple)."
    },
    "start_date": {
      "type": "string",
      "description": "Earliest date, ISO YYYY-MM-DD (optional)."
    },
    "representation_mode": {
      "enum": [
        "value",
        "change",
        "percent_change",
        "change_a_year_ago",
        "percent_change_a_year_ago"
      ],
      "type": "string",
      "description": "Value transform: raw value (default), period change, or change vs a year ago."
    },
    "collapse_aggregation": {
      "enum": [
        "avg",
        "sum",
        "end_of_period",
        "min",
        "max"
      ],
      "type": "string",
      "description": "How to aggregate when collapsing (default avg)."
    }
  }
}

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 →