get_metadata
Pack: estat-japan · Endpoint: https://gateway.pipeworx.io/estat-japan/mcp
Fetch dimensions and code lists for a stats table.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
stats_data_id | string | yes | Table ID (statsDataId) |
lang | string | no | J | E |
Example call
curl -X POST https://gateway.pipeworx.io/estat-japan/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_metadata","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Response from e-Stat getMetaInfo endpoint containing dimensions and code lists"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"estat-japan": {
"url": "https://gateway.pipeworx.io/estat-japan/mcp"
}
}
}
See Getting Started for client-specific install steps.