Skip to main content
Glama
undsoul

Qlik MCP Server

by undsoul

qlik_alert_list

List and filter Qlik Cloud data alerts by space, status, and pagination to monitor and manage alert configurations.

Instructions

List all Qlik Cloud data alerts with optional filtering.

Cloud-only feature - Not available for on-premise deployments.

Supports filtering and pagination:

  • spaceId: Filter by space ID

  • enabled: Filter by enabled/disabled status

  • limit: Maximum number of alerts to return (default: 50)

  • offset: Pagination offset (default: 0)

Returns:

  • Array of alert objects with configuration and status

Example: { "enabled": true, "limit": 20, "spaceId": "space-id-here" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spaceIdNoFilter by space ID
enabledNoFilter by enabled/disabled status
limitNoMaximum number of alerts to return
offsetNoPagination offset
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it's a read operation (implied by 'List'), supports filtering and pagination, returns an array of alert objects, and includes cloud-only deployment constraints. It doesn't mention rate limits or auth needs, but covers essential behavior adequately.

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 bold headings and bullet points, making it easy to scan. It's appropriately sized with no wasted sentences, though the example at the end could be integrated more seamlessly. Overall, it's efficient and front-loaded with key information.

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 moderate complexity (list operation with filtering), no annotations, and no output schema, the description is quite complete: it covers purpose, deployment constraints, parameters, behavior, and return format. It could improve by detailing the structure of returned alert objects, but it's sufficient for effective use.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all parameters fully. The description repeats parameter info (e.g., 'spaceId: Filter by space ID') without adding significant meaning beyond the schema, such as format details or usage examples for the parameters. Baseline 3 is appropriate as the schema does the heavy lifting.

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 with specific verb ('List') and resource ('all Qlik Cloud data alerts'), and distinguishes it from siblings like qlik_alert_get (which retrieves a single alert) and qlik_alert_delete (which deletes alerts). The mention of 'optional filtering' adds precision.

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

Usage Guidelines4/5

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

The description provides clear context with 'Cloud-only feature - Not available for on-premise deployments' and implies usage for listing alerts with filtering. However, it doesn't explicitly state when to use this tool versus alternatives like qlik_alert_get for single alerts or qlik_search for broader searches, missing explicit alternatives guidance.

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