Skip to main content
Glama
undsoul

Qlik MCP Server

by undsoul

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
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's two-step flow, error conditions (405 error), and prerequisites (e.g., 'requires Qlik Answers enabled' for Option B). However, it lacks details on rate limits, authentication needs, or response formats, which are important for a tool with complex interactions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections for flow, options, examples, and error handling, making it easy to follow. It is appropriately sized for a complex tool, but some sentences could be more concise (e.g., the example section is detailed but slightly verbose). Overall, it front-loads key information effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, no output schema, no annotations), the description does a good job of explaining usage, flow, and error handling. It compensates for the lack of output schema by describing expected returns in examples (e.g., 'Returns model with fields' and 'Returns actual data'). However, it could benefit from more details on response formats or limitations to be fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds significant value by explaining the semantics of parameters in the context of the two-step flow (e.g., 'text' + 'appId' for Step 1, 'refinedQuestion' + 'appId' for Step 2) and clarifying usage scenarios (e.g., 'conversationId' for multi-app selection). This goes beyond the schema's basic descriptions, though it doesn't cover all parameters equally.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Ask natural language questions about Qlik data using Insight Advisor.' It specifies the verb ('ask'), resource ('Qlik data'), and method ('using Insight Advisor'), distinguishing it from sibling tools like qlik_search or qlik_answers_ask_question by focusing on the Insight Advisor feature for natural language queries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidelines with two options (A and B), including when to use each based on appId availability and error handling (e.g., 'If 405 error, use Option A instead'). It also references an alternative tool (qlik_search_apps) for finding app IDs, offering clear alternatives and context for decision-making.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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