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):
Call with "text" + "appId" → Returns app model (fields, measures, dimensions)
Call with "refinedQuestion" + "appId" using exact field names → Returns data
Option B - Auto app detection (requires Qlik Answers enabled):
Call with just "text" → Tries to identify app automatically
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
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Natural language question | |
| refinedQuestion | No | Refined question using exact field names from model (Step 2) | |
| appId | No | App ID - provide this to skip auto-detection and get model directly | |
| conversationId | No | Conversation ID for multi-app selection | |
| selectedAppId | No | App ID when continuing after multiple app selection |