You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of mcp-estat-japan

declared in 0.1.0

Fetch observations from a stats table. Optionally filter by dimension codes.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "stats_data_id": "0003000010000"
    },
    {
      "limit": 50,
      "filters": {
        "cdArea": "00000",
        "cdTime": "2023"
      },
      "stats_data_id": "0003000010000"
    }
  ],
  "required": [
    "stats_data_id"
  ],
  "properties": {
    "lang": {
      "type": "string",
      "description": "J | E"
    },
    "limit": {
      "type": "number",
      "description": "1-100000 (default 100)"
    },
    "filters": {
      "type": "object",
      "description": "Dimension code filters as { \"cdCat01\":\"A03503\", \"cdTime\":\"2023\" }",
      "additionalProperties": {
        "type": "string"
      }
    },
    "stats_data_id": {
      "type": "string",
      "description": "Table ID (statsDataId)"
    },
    "start_position": {
      "type": "number",
      "description": "1-based row offset"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-estat-japan

https://github.com/pipeworx-io/mcp-estat-japan

2/7 registries
View full server →