Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

engine_get_field_values

Retrieve field values with frequency details from Qlik Sense apps by specifying the app ID and field name. Supports limiting results and including occurrence data.

Instructions

Get field values with frequency information

Input Schema

NameRequiredDescriptionDefault
app_idYesApplication ID
field_nameYesField name
include_frequencyNoInclude frequency information
max_valuesNoMaximum values to return

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "Application ID", "type": "string" }, "field_name": { "description": "Field name", "type": "string" }, "include_frequency": { "default": true, "description": "Include frequency information", "type": "boolean" }, "max_values": { "default": 100, "description": "Maximum values to return", "type": "integer" } }, "required": [ "app_id", "field_name" ], "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