fa_update_alert
Update an existing flight alert configuration. Use confirm:true to apply changes or omit for a dry-run preview.
Instructions
Update an existing flight alert (replaces its configuration). Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it applies the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Alert id to update | |
| ident | No | Flight ident / designator to watch (e.g. UAL123) | |
| origin | No | Origin airport code filter | |
| destination | No | Destination airport code filter | |
| aircraft_type | No | ICAO aircraft type filter (e.g. B738) | |
| start_date | No | ISO-8601 date the alert becomes active | |
| end_date | No | ISO-8601 date the alert expires | |
| max_weekly | No | Cap on notifications per week | |
| eta | No | Notify on ETA changes | |
| arrival | No | Notify on arrival | |
| departure | No | Notify on departure | |
| cancelled | No | Notify on cancellation | |
| diverted | No | Notify on diversion | |
| filed | No | Notify when a flight plan is filed | |
| hold | No | Notify on hold | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |