Rootly · Capability
Rootly API — Incidents
Rootly API — Incidents. 7 operations. Lead operation: List incidents. Self-contained Naftiko capability covering one Rootly business surface.
What You Can Do
GET
Get
— List incidents
/v1/incidents
POST
Post
— Create incident
/v1/incidents
GET
Get
— Get incident
/v1/incidents/{id}
PATCH
Patch
— Update incident
/v1/incidents/{id}
DELETE
Delete
— Delete incident
/v1/incidents/{id}
POST
Post
— Mitigate incident
/v1/incidents/{id}/mitigate
POST
Post
— Resolve incident
/v1/incidents/{id}/resolve
MCP Tools
list-incidents
List incidents
read-only
idempotent
create-incident
Create incident
get-incident
Get incident
read-only
idempotent
update-incident
Update incident
idempotent
delete-incident
Delete incident
idempotent
mitigate-incident
Mitigate incident
resolve-incident
Resolve incident