search_alerts
Search alerts with filters on status, severity, source, tags, and time range.Parameters
At least one parameter must be provided.
Example
Return Value
Required Scope
alerts:readDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
MCP tool to search and filter alerts.
| Parameter | Type | Required | Description |
|---|---|---|---|
status | string | No | Filter by status: Open, Triaging, Escalated, Closed |
severity | string | No | Filter by severity: Informational, Low, Medium, High, Critical |
source_name | string | No | Filter by alert source |
tags | string[] | No | Filter by tags (alerts must match any tag) |
since | string | No | ISO 8601 timestamp — only alerts after this time |
limit | integer | No | Maximum results (default: 20) |
{
"status": "Open",
"severity": "High",
"since": "2025-01-14T00:00:00Z",
"limit": 10
}
[
{
"uuid": "9f2a-b3c1-...",
"title": "Impossible Travel Detected",
"severity": "High",
"status": "Open",
"source_name": "sentinel",
"occurred_at": "2025-01-15T10:28:00Z",
"indicator_count": 3
}
]
alerts:read