tool_stop_fare_watch
Pause or delete a fare watch to stop alerts after booking a flight or when no longer needed. Use the watch ID to pause (reversible) or permanently remove it.
Instructions
Pause or permanently delete a fare watch by its ID.
Writes to local profile store (~/.wander_agent/). No external auth required. Returns the updated watch record. Pausing (delete=False) keeps history but stops the watch from being checked by tool_check_fare_watches. Deleting (delete=True) removes it permanently with no recovery.
Use this when the user has booked the flight or no longer needs the alert. Use tool_list_fare_watches to find the watch_id if unknown. Use tool_check_fare_watches to re-price before deciding to stop.
Args: watch_id: ID of the watch to stop (from tool_list_fare_watches or tool_watch_fare) delete: False to pause (reversible); True to delete permanently
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch_id | Yes | ||
| delete | No |