query_table
ActiveTool of Stat Gl
POST a PxWeb query to a Statistics Greenland table and return observations as json-stat2. body must be {query:[{code, selection:{filter,values}}], response:{format:'json-stat2'}}. An empty query ({query:[]}) requests the full table but may be rejected for large tables — narrow selections using codes from table_meta.
Parameters schema
{
"type": "object",
"required": [
"path",
"body"
],
"properties": {
"body": {
"type": "object",
"description": "{query: [{code, selection: {filter, values}}], response: {format: \"json-stat2\"}}"
},
"path": {
"type": "string",
"description": "e.g. \"BE/BE01/BEXSAT1.PX\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Stat Gl
https://github.com/pipeworx-io/mcp-stat-gl
1/7 registries