You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

get_latest_data

Inactive

Tool of Statscan

declared in 0.1.0

Get the latest N observations for a specific series within a cube. coordinate is a 10-position dot-separated string where each position indexes into a dimension (use get_cube_metadata to map members → positions). Trailing zeros for unused dimensions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinate": "1.2.0.0.0.0.0.0.0.0",
      "product_id": 36100434
    },
    {
      "n_periods": 24,
      "coordinate": "1.2.0.0.0.0.0.0.0.0",
      "product_id": 36100434
    }
  ],
  "required": [
    "product_id",
    "coordinate"
  ],
  "properties": {
    "n_periods": {
      "type": "number",
      "description": "Latest N periods (default 12)"
    },
    "coordinate": {
      "type": "string",
      "description": "10-position coordinate (e.g., \"1.2.0.0.0.0.0.0.0.0\")"
    },
    "product_id": {
      "type": "number",
      "description": "Cube product ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Statscan

https://github.com/pipeworx-io/mcp-statscan

1/7 registries
View full server →