Skip to main content
Update an existing alert. This is a mutating tool. Only the fields you pass change; everything you omit is left untouched. The entities and notifications lists, when provided, replace the whole set — pass the complete new list, not a delta. Entities are passed as slugs from the resolve tools, exactly as in particle_alert_create; each is re-resolved to its (entity_type, entity_id) internally. Use is_active to pause or resume an alert without deleting it. An alert’s kind is fixed at creation — to watch for a different signal (mention vs. speaker appearance), create a new alert.

Inputs

Output

A markdown document rendering the updated alert’s full configuration — the same shape returned by particle_alert_create and particle_alert_get: title H2, **ID:**, **Kind:**, **Delivery:**, **Status:**, optional **Description:**, a ### Watching (N) entity list, a **Notify:** row, and (when any filter is set) a ### Filters section with one bullet per configured axis. Passing output_format: "json" returns the same fields as compact JSON.

Example