Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

alerts_update

Request example
{ "method": "tools/call", "params": { "name": "alerts_update", "arguments": { "id": "string", "name": "string", "threshold": 0, "window": 0, "cooldown": 0 } } }
alerts_updateTOOL
Update an error alert rule's settings.
Change the threshold, window, cooldown, or name of an existing error_threshold rule. Get the rule ID from strada alerts list.
Parameters
id *string
Positional argument id
name?string
New rule name
threshold?number
Min errors to trigger
window?number
Time window in minutes
cooldown?number
Re-alert cooldown in minutes