get_silence
Retrieve a specific silence by its ID from the alertmanager-mcp-server to manage and review alert suppression details efficiently.
Instructions
Get a silence by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
silence_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"silence_id": {
"title": "Silence Id",
"type": "string"
}
},
"required": [
"silence_id"
],
"title": "get_silenceArguments",
"type": "object"
}