post_alerts
Create and manage new alerts in the alertmanager-mcp-server by submitting alert data in a structured format for effective monitoring and response.
Instructions
Create new alerts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alerts | Yes |
Input Schema (JSON Schema)
{
"properties": {
"alerts": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Alerts",
"type": "array"
}
},
"required": [
"alerts"
],
"title": "post_alertsArguments",
"type": "object"
}