list_alert_definitions

List alert definitions configured on the Kapptivate platform.

List alert definitions configured on the Kapptivate platform.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
archivedstringNoFilter by archived status: true or false
detailbooleanNoReturn full JSON instead of compact summaries (default: false)
namestringNoFilter by alert name
operatorstringYesOperator slug
typesstringNoComma-separated alert types: raw_alert, availability, metric, agent_availability, availability_last_point

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string"
}

Description

These are persistent rules that automatically trigger incidents when conditions are met.

NOT the same as evaluate_alert which performs on-demand local analytics computation. To check platform alert status, use list_incidents.

Filters: name, types (comma-sep: raw_alert, availability, metric, agent_availability, availability_last_point), archived (bool).

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on