get_latest_data
InactiveTool of Statscan
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Statscan
https://github.com/pipeworx-io/mcp-statscan
1/7 registries