get_incident_counter

Get a quick count of incidents by severity: critical, warning, and closed.

Get a quick count of incidents by severity: critical, warning, and closed.

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

Parameters

FieldTypeRequiredDescription
alert_idstringNoComma-separated alert definition IDs
closed_date_afterstringNoISO datetime: only incidents closed after this time
closed_date_beforestringNoISO datetime: only incidents closed before this time
created_afterstringNoISO datetime: only incidents created after this time
created_beforestringNoISO datetime: only incidents created before this time
operatorstringYesOperator slug
statusstring (OPEN | CLOSED | MANUALLY_CLOSED | CHANGED | DEACTIVATED)NoFilter by status: OPEN, CLOSED, MANUALLY_CLOSED, CHANGED, DEACTIVATED

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string"
}

Description

Useful for dashboard-style health checks. Accepts the same filters as list_incidents.

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