tool_find_mistake_fares
Find unadvertised flight deals and mistake fares from Secret Flying and Flight Deal feeds. Get discounts on routes worldwide without specifying a destination.
Instructions
Fetch recent mistake fares and deal alerts from Secret Flying and Flight Deal RSS feeds.
Read-only. No auth required. Data freshness: RSS feeds polled at call time, posts typically 1-48 hours old. Returns a list of deals each with origin, destination, price, sale price, percentage discount, source, and post date. Does not book or hold fares — prices expire fast, often within hours.
Use this when the user wants passive deal discovery without a fixed destination. Use tool_search_flights when the user has a specific route and date in mind. Use tool_fare_calendar for flexible-date price grids on a known route.
Args: origin: City name to filter deals by departure city (e.g., "New York", "London") — omit to return deals from all origins days_lookback: Include only posts published in the last N days (1-30) max_results: Max deals to return (1-50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | ||
| days_lookback | No | ||
| max_results | No |