acknowledge_incident
Acknowledge open incidents in the New Relic MCP Server by specifying the incident ID, ensuring timely incident management and resolution tracking.
Instructions
Acknowledge an open incident
Input Schema
Name | Required | Description | Default |
---|---|---|---|
incident_id | Yes | The ID of the incident to acknowledge |
Input Schema (JSON Schema)
{
"properties": {
"incident_id": {
"description": "The ID of the incident to acknowledge",
"type": "string"
}
},
"required": [
"incident_id"
],
"type": "object"
}