Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

engine_create_data_export

Export application data in JSON, CSV, or simplified formats using specified fields and filters. Ideal for structured data extraction from Qlik Sense for reporting or analysis.

Instructions

Export data in various formats (JSON, CSV, simple)

Input Schema

NameRequiredDescriptionDefault
app_idYesApplication ID
fieldsNoList of fields to export (optional)
filtersNoField filters (optional)
format_typeNoExport formatjson
max_rowsNoMaximum rows to export
table_nameNoTable name (optional)

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "Application ID", "type": "string" }, "fields": { "description": "List of fields to export (optional)", "items": { "type": "string" }, "type": "array" }, "filters": { "description": "Field filters (optional)", "type": "object" }, "format_type": { "default": "json", "description": "Export format", "enum": [ "json", "csv", "simple" ], "type": "string" }, "max_rows": { "default": 10000, "description": "Maximum rows to export", "type": "integer" }, "table_name": { "description": "Table name (optional)", "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