get_silences
Retrieve a list of all silences from Alertmanager-MCP Server based on optional filters, enabling efficient monitoring and incident management.
Instructions
Get list of all silences
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Filter"
}
},
"title": "get_silencesArguments",
"type": "object"
}