Skip to main content
Glama
undsoul

Qlik MCP Server

by undsoul

qlik_alert_get

Retrieve detailed information about a specific Qlik Cloud data alert including conditions, recipients, schedule, and execution history by providing the alert ID.

Instructions

Get detailed information about a specific Qlik Cloud data alert.

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

Parameters:

  • alertId: Alert ID to retrieve (required)

Returns:

  • Full alert details including condition, recipients, schedule, and execution history

Example: { "alertId": "alert-id-here" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alertIdYesAlert ID to retrieve
Behavior3/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 adds useful context about the cloud-only limitation and specifies that it returns 'full alert details including condition, recipients, schedule, and execution history', which helps the agent understand the output. However, it does not cover other behavioral aspects such as error handling, authentication requirements, rate limits, or whether it's a read-only operation (implied but not stated).

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

Conciseness5/5

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

The description is well-structured with clear sections (overview, cloud note, parameters, returns, example), front-loaded with the core purpose, and every sentence adds value without redundancy. It efficiently conveys necessary information in a compact format.

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 low complexity (1 parameter, no output schema, no annotations), the description is reasonably complete: it states the purpose, cloud limitation, parameter, and return details. However, it could be more complete by explicitly mentioning that it's a read-only operation or providing more behavioral context, which would be beneficial since no annotations or output schema are present.

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?

The input schema has 100% description coverage, with the parameter 'alertId' documented as 'Alert ID to retrieve'. The description repeats this information in the 'Parameters' section without adding additional meaning (e.g., format, source, or constraints). Since schema coverage is high, the baseline score of 3 is appropriate, as the description does not compensate with extra semantic details.

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 specific action ('Get detailed information') and resource ('a specific Qlik Cloud data alert'), distinguishing it from sibling tools like qlik_alert_list (which lists alerts) and qlik_alert_delete (which deletes alerts). The phrase 'detailed information' adds specificity beyond just 'get'.

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', which helps determine when this tool is applicable. However, it does not explicitly state when to use this tool versus alternatives like qlik_alert_list or qlik_alert_trigger, nor does it mention prerequisites or exclusions beyond the cloud limitation.

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