get_unread_alarms
get_unread_alarmsRetrieve unread alarms from the PLS-MCP Server to quickly identify unhandled security events. Filter by alarm type and limit results for efficient monitoring.
Instructions
【📊 查询】查询未读告警列表(isRead=0)。
参数:
alarmType: 告警类型(可选),0-入侵 ~ 6-超速
limit: 最大返回数,默认 100
返回: 未读告警列表,含标签编码、告警类型、时间、描述
提示: 适合安全监控场景,快速定位未处理告警。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最大返回数,默认100 | |
| alarmType | No | 告警类型: 0-入侵, 1-越界, 2-超限, 3-低位, 4-超时, 5-低电, 6-超速 |