Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

get_app_field

Retrieve values of a specific field from a Qlik Sense app with pagination, wildcard search, and case-sensitive matching options.

Instructions

Return values of a single field from app with pagination and wildcard search (supports * and %).

Input Schema

NameRequiredDescriptionDefault
app_idYesApplication GUID
case_sensitiveNoCase sensitive matching for search_string
field_nameYesField name
limitNoMax values to return (default: 10, max: 100)
offsetNoOffset for pagination (default: 0)
search_numberNoWildcard numeric search mask (* and % supported)
search_stringNoWildcard text search mask (* 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" }, "field_name": { "description": "Field name", "type": "string" }, "limit": { "default": 10, "description": "Max values to return (default: 10, max: 100)", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination (default: 0)", "type": "integer" }, "search_number": { "description": "Wildcard numeric search mask (* and % supported)", "type": "string" }, "search_string": { "description": "Wildcard text search mask (* and % supported), case-insensitive by default", "type": "string" } }, "required": [ "app_id", "field_name" ], "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