get_data
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-estat-japan
https://github.com/pipeworx-io/mcp-estat-japan
2/7 registries