Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

get_apps

Retrieve a filtered list of Qlik Sense applications, including details like name, stream, and published status, with customizable pagination for efficient data management.

Instructions

Get list of Qlik Sense applications with essential fields and filters (name, stream, published) and pagination.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of apps to return (default: 25, max: 50)
nameNoWildcard case-insensitive search in application name
offsetNoNumber of apps to skip for pagination (default: 0)
publishedNoFilter by published status (true/false or 1/0). Default: true
streamNoWildcard case-insensitive search in stream name

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "description": "Maximum number of apps to return (default: 25, max: 50)", "type": "integer" }, "name": { "description": "Wildcard case-insensitive search in application name", "type": "string" }, "offset": { "default": 0, "description": "Number of apps to skip for pagination (default: 0)", "type": "integer" }, "published": { "default": true, "description": "Filter by published status (true/false or 1/0). Default: true", "type": [ "boolean", "integer", "string" ] }, "stream": { "description": "Wildcard case-insensitive search in stream name", "type": "string" } }, "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