post_status_update
Append a status update to an incident timeline to log findings, actions, or changes. Provide incident ID and message.
Instructions
Appends a timeline entry to an existing incident record. Use this to log investigation findings, actions taken, or status changes during an ongoing incident. Requires a valid incident_id (e.g., "INC-2026-0042"). The message will be timestamped and attributed to "incident-commander-mcp".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The update message to append to the incident timeline (e.g., "Root cause identified: deployment v2.4.1 introduced a null pointer regression."). | |
| incident_id | Yes | The incident ID to update (e.g., "INC-2026-0042"). Must match an existing incident. |