List Friend Flights
flighty_list_friend_flightsRetrieve flights from friends connected in Flighty. Filter by friend name, upcoming flights, or specific year to see their travel schedules.
Instructions
List flights belonging to the user's connected friends in Flighty. Excludes the user's own flights (use flighty_list_flights for those).
Same filtering as flighty_list_flights:
No filter: all friend flights, sorted descending (most recent first)
upcoming_only=true: future flights only, sorted soonest first — the first result is the friend's next flight
year=2025: flights from that year, sorted descending
All timestamps are UTC. Returns the same flight schema as flighty_list_flights, plus a friend_name field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| friend_name | No | Filter by friend's name (partial, case-insensitive match on full name or first name) | |
| upcoming_only | No | Only future flights (sorted soonest first) | |
| year | No | Filter to a specific year (e.g. 2025) | |
| limit | No | Maximum results | |
| offset | No | Pagination offset |