Skip to main content

Incident Workflows

Incident Workflows are automated sequences of actions that can be triggered during an incident. They help standardize response procedures and reduce manual steps.

Toolsโ€‹

list_incident_workflowsโ€‹

List incident workflows with optional filtering.

ParameterTypeRequiredDescription
query_modelIncidentWorkflowQueryNoOptional filtering parameters. If omitted, returns the first page with a default limit of 100

Example prompt:

"What incident workflows are available in my account?"


get_incident_workflowโ€‹

Get a specific incident workflow.

ParameterTypeRequiredDescription
workflow_idstringYesThe ID of the incident workflow to retrieve

start_incident_workflow (write)โ€‹

Start an incident workflow instance for a given incident.

ParameterTypeRequiredDescription
workflow_idstringYesThe ID of the workflow to start
instance_requestIncidentWorkflowInstanceRequestYesThe workflow instance request containing incident reference
note

Requires --enable-write-tools flag.

Example prompt:

"Start the major incident response workflow for incident P123456"