Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

engine_create_hypercube

Generate hypercubes for structured data analysis by specifying dimensions, measures, and row limits within Qlik Sense applications.

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" }

Other Tools from Qlik Sense MCP Server

Related Tools

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