Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

engine_create_hypercube

Generate hypercubes to organize and analyze multidimensional data in Qlik Sense. Specify dimensions and measures to structure datasets for insightful analysis.

Instructions

Create hypercube for data analysis

Input Schema

NameRequiredDescriptionDefault
app_idYesApplication ID
dimensionsYesList of dimension fields
max_rowsNoMaximum rows to return
measuresYesList of measure expressions

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "Application ID", "type": "string" }, "dimensions": { "description": "List of dimension fields", "items": { "type": "string" }, "type": "array" }, "max_rows": { "default": 1000, "description": "Maximum rows to return", "type": "integer" }, "measures": { "description": "List of measure expressions", "items": { "type": "string" }, "type": "array" } }, "required": [ "app_id", "dimensions", "measures" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bintocher/qlik-sense-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server