Skip to content

Conversation

@meirk-brd
Copy link
Collaborator

@meirk-brd meirk-brd commented Nov 3, 2025

Suammary

A new flight_search tool that retrieves comprehensive flight information from Google Flights SERP. The tool accepts origin, destination, and optional travel dates, returning structured flight data including carrier info, duration, pricing, date-based price ranges, and detailed flight options (markdown) descriptions.

Response Structure:

{
  "origin": "string",
  "destination": "string", 
  "date_from": "string|null",
  "date_to": "string|null",
  "options": [/* flight items with carrier, duration, price, link */],
  "price_ranges": [/* date-based price variations */],
  "detailed_results": [/* markdown descriptions of each flight */]
}

@meirk-brd meirk-brd marked this pull request as ready for review December 21, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants