You're viewing a demo portfolio

Join the waitlist
PRSM

get_group_observations

Active

Tool of Bank Of Canada

declared in 0.1.0

Observations for every series in a named group in one call. Useful groups: FX_RATES_DAILY (daily exchange rates for all currencies vs CAD). Use recent=N or a start_date/end_date window.

Parameters schema

{
  "type": "object",
  "required": [
    "group"
  ],
  "properties": {
    "group": {
      "type": "string",
      "description": "Group name, e.g. \"FX_RATES_DAILY\"."
    },
    "recent": {
      "type": "integer",
      "description": "Return the N most recent observations. Ignored if start_date is given."
    },
    "end_date": {
      "type": "string",
      "description": "Window end, YYYY-MM-DD (optional)."
    },
    "start_date": {
      "type": "string",
      "description": "Window start, YYYY-MM-DD."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bank Of Canada

https://github.com/pipeworx-io/mcp-bank-of-canada

1/7 registries
View full server →