Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

engine_get_table_data

Extract data from specific tables or all tables in Qlik Sense applications using the application ID and optional table name, with configurable row limits for efficient data retrieval.

Instructions

Get data from specific table or all tables

Input Schema

NameRequiredDescriptionDefault
app_idYesApplication ID
max_rowsNoMaximum rows to return
table_nameNoTable name (optional - if not provided, returns info about all tables)

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "Application ID", "type": "string" }, "max_rows": { "default": 1000, "description": "Maximum rows to return", "type": "integer" }, "table_name": { "description": "Table name (optional - if not provided, returns info about all tables)", "type": "string" } }, "required": [ "app_id" ], "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