Skip to main content
Glama

qlik_insight_advisor

Analyze Qlik data through natural language queries to generate insights and visualizations from your applications.

Instructions

Ask natural language questions about Qlik data using Insight Advisor.

Flow (no Claude API key needed):

Option A - With appId (recommended, works on all tenants):

  1. Call with "text" + "appId" → Returns app model (fields, measures, dimensions)

  2. Call with "refinedQuestion" + "appId" using exact field names → Returns data

Option B - Auto app detection (requires Qlik Answers enabled):

  1. Call with just "text" → Tries to identify app automatically

  2. If 405 error, use Option A instead

Example: Step 1: { "text": "show sales", "appId": "abc123" } → Returns model with fields like "Revenue", "Sales Region"

Step 2: { "appId": "abc123", "refinedQuestion": "show Revenue by Sales Region" } → Returns actual data and visualizations

If you get 405 error: Use qlik_search_apps first to find the app ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesNatural language question
refinedQuestionNoRefined question using exact field names from model (Step 2)
appIdNoApp ID - provide this to skip auto-detection and get model directly
conversationIdNoConversation ID for multi-app selection
selectedAppIdNoApp ID when continuing after multiple app selection

Latest Blog Posts

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/undsoul/qlik-claude-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server