Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

get_app_variables

Retrieve and filter application variables in Qlik Sense, separating script and UI sources, with pagination and wildcard search for precise results.

Instructions

Return variables split by source (script/ui) with pagination and wildcard search.

Input Schema

NameRequiredDescriptionDefault
app_idYesApplication GUID
case_sensitiveNoCase sensitive matching for search_string
created_in_scriptNoReturn only variables created in script (true/false). If omitted, return both
limitNoMax variables to return (default: 10, max: 100)
offsetNoOffset for pagination (default: 0)
search_numberNoWildcard search among numeric variable values (* and % supported)
search_stringNoWildcard search by variable name or text value (* and % supported), case-insensitive by default

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "Application GUID", "type": "string" }, "case_sensitive": { "default": false, "description": "Case sensitive matching for search_string", "type": "boolean" }, "created_in_script": { "description": "Return only variables created in script (true/false). If omitted, return both", "type": [ "boolean", "integer", "string" ] }, "limit": { "default": 10, "description": "Max variables to return (default: 10, max: 100)", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination (default: 0)", "type": "integer" }, "search_number": { "description": "Wildcard search among numeric variable values (* and % supported)", "type": "string" }, "search_string": { "description": "Wildcard search by variable name or text value (* and % supported), case-insensitive by default", "type": "string" } }, "required": [ "app_id" ], "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