get_incident

Get a single incident by ID, including its tags, status, severity level, duration, and the alert definition that triggered it.

Get a single incident by ID, including its tags, status, severity level, duration, and the alert definition that triggered it.

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

Parameters

FieldTypeRequiredDescription
incident_idnumberYesIncident ID
operatorstringYesOperator slug (required for permission scoping)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "operator": "string",
  "incident_id": 0
}

Description

IDs from list_incidents; close with close_incident.

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