Datadog · Capability

Datadog Incident Management

Unified workflow for incident management combining incidents, events, and monitors. Used by incident commanders and on-call engineers for creating incidents, correlating events, and managing monitor alerts during outages.

Run with Naftiko DatadogIncident ManagementIncidentsEventsMonitors

What You Can Do

GET
Listincidents — List incidents
/v1/incidents
POST
Createincident — Create an incident
/v1/incidents
GET
Getincident — Get an incident
/v1/incidents/{incident_id}
PATCH
Updateincident — Update an incident
/v1/incidents/{incident_id}
DELETE
Deleteincident — Delete an incident
/v1/incidents/{incident_id}
GET
Listevents — List events
/v1/events
POST
Createevent — Post an event
/v1/events
POST
Searchevents — Search events
/v1/events/search
GET
Listmonitors — List monitors
/v1/monitors
GET
Getmonitor — Get a monitor
/v1/monitors/{monitor_id}
POST
Mutemonitor — Mute a monitor
/v1/monitors/{monitor_id}/mute

MCP Tools

list-incidents

List incidents

read-only
get-incident

Get incident details

read-only
create-incident

Create a new incident

update-incident

Update an existing incident

idempotent
delete-incident

Delete an incident

list-incident-teams

List incident teams

read-only
list-events

List events for correlation

read-only
get-event

Get a specific event

read-only
create-event

Post an event during incident

search-events

Search events related to incident

read-only
list-monitors

List monitors to check alert status

read-only
get-monitor

Get monitor status

read-only
mute-monitor

Mute a monitor during incident response

unmute-monitor

Unmute a monitor after incident resolution

APIs Used

dd-incidents dd-events dd-monitors