Skip to content

Changelog

Learn about new developer features and improvements.

New system events for AI MCPs, alerting tasks, and reporting tasks

Qlik Cloud system events now include three new event APIs, enabling you to build reactive integrations that respond to AI agent activities, alert management operations, and reporting task completions.

AI MCPs

The AI MCPs event API publishes events related to AI Model Context Protocol Server (MCP) tool executions:

  • com.qlik.ai.mcp.tool.calls.aggregated: Aggregated summary of tool calls published when a configured threshold or timeout is reached
  • com.qlik.ai.mcp.tool.executed: Individual tool execution events

Use these events to analyze tool usage patterns, detect performance trends, and monitor tool performance.

Alerting tasks

The Alerting Tasks event API covers the complete lifecycle of alerting task management:

  • com.qlik.v1.alerting-task.created: New alerting task created
  • com.qlik.v1.alerting-task.deleted: Alerting task deleted
  • com.qlik.v1.alerting-task.execution-summary.created: Execution summary generated after an alert runs
  • com.qlik.v1.alerting-task.recipient.removed: Recipient removed from an alerting task
  • com.qlik.v1.alerting-task.task-status.changed: Task status changed

Use these events to track alert creation, clean up alert subscriptions, monitor alert execution health, revoke alert access, and implement status-driven workflows.

Reporting tasks

The Reporting Tasks event API provides events for reporting task execution:

  • com.qlik.reporting-task.summary.created: Summary generated when a reporting task completes

Use these events to track reporting outcomes and execution statistics.

Was this page helpful?