Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

get_app_details

Retrieve detailed application metadata, including tables, fields, master items, sheets, and objects using GUID or case-insensitive name search with filters, via Qlik Sense MCP Server.

Instructions

Get compact application info with filters by guid or name (case-insensitive). Returns metainfo, tables/fields list, master items, sheets and objects with used fields.

Input Schema

NameRequiredDescriptionDefault
app_idNoApplication GUID (preferred if known)
nameNoCase-insensitive fuzzy search by app name

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "app_id" ] }, { "required": [ "name" ] } ], "properties": { "app_id": { "description": "Application GUID (preferred if known)", "type": "string" }, "name": { "description": "Case-insensitive fuzzy search by app 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